DisplaySettings: Disable custom color scheme combobox by default
Previously, the GML property declaration that does this was being ignored, as the value was in quotes.
This commit is contained in:
parent
fd8e8e7f31
commit
d06f1cbb9c
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/d06f1cbb9c Pull-request: https://github.com/SerenityOS/serenity/pull/22811 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
@GUI::ComboBox {
|
||||
name: "color_scheme_combo"
|
||||
enabled: "false"
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue