renderer: add lockdead_screen_delay (#8467)

This commit is contained in:
Alexandre Acebedo
2024-11-17 15:58:18 +00:00
committed by GitHub
parent af83c82513
commit 0ddbd1c3a4
5 changed files with 25 additions and 4 deletions

View File

@@ -1121,6 +1121,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "misc:lockdead_screen_delay",
.description = "the delay in ms after the lockdead screen appears if the lock screen did not appear after a lock event occurred.",
.type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{1000, 0, 5000},
},
/*
* binds: