monitors: auto apply suggested scale and notify the user. (#11753)
This commit is contained in:
parent
8832607574
commit
6a88f2e880
3 changed files with 14 additions and 5 deletions
|
|
@ -1327,6 +1327,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "misc:disable_scale_notification",
|
||||
.description = "disables notification popup when a monitor fails to set a suitable scale and falls back to suggested",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
|
||||
/*
|
||||
* binds:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue