Enable Advanced Settings by default

This commit is contained in:
twinaphex 2015-04-01 18:50:52 +02:00
parent dd30be4da4
commit 687d11318f

View File

@ -456,7 +456,7 @@ static const bool default_overlay_enable = false;
static bool default_block_config_read = true; static bool default_block_config_read = true;
static bool collapse_subgroups_enable = true; static bool collapse_subgroups_enable = true;
static bool show_advanced_settings = false; static bool show_advanced_settings = true;
static const uint32_t menu_entry_normal_color = 0xffffffff; static const uint32_t menu_entry_normal_color = 0xffffffff;
static const uint32_t menu_entry_hover_color = 0xff64ff64; static const uint32_t menu_entry_hover_color = 0xff64ff64;
static const uint32_t menu_title_color = 0xff64ff64; static const uint32_t menu_title_color = 0xff64ff64;