mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-28 23:44:17 +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:
@@ -52,7 +52,7 @@
|
||||
|
||||
@GUI::ComboBox {
|
||||
name: "color_scheme_combo"
|
||||
enabled: "false"
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user