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:
Tim Ledbetter 2024-01-16 18:01:42 +00:00 committed by Tim Flynn
parent fd8e8e7f31
commit d06f1cbb9c

View file

@ -52,7 +52,7 @@
@GUI::ComboBox {
name: "color_scheme_combo"
enabled: "false"
enabled: false
}
}