mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
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
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
Add a link
Reference in a new issue