1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Fix #8682: Autosave settings don't react to user input

Regression from #8648.
This commit is contained in:
Hielke Morsink
2019-02-06 23:18:45 +01:00
committed by Michael Steenbeek
parent b27923093c
commit 27a64f71c8

View File

@@ -580,7 +580,7 @@ static uint64_t window_options_page_enabled_widgets[] = {
(1 << WIDX_THEMES_DROPDOWN) |
(1 << WIDX_THEMES_BUTTON) |
(1 << WIDX_TOOLBAR_SHOW_MUTE) |
(1 << WIDX_TOOLBAR_SHOW_CHAT) |
(1 << WIDX_TOOLBAR_SHOW_CHAT),
MAIN_OPTIONS_ENABLED_WIDGETS |
(1 << WIDX_REAL_NAME_CHECKBOX) |