From 687d11318f05c7e01eec502515e68a003c45a4c0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 Apr 2015 18:50:52 +0200 Subject: [PATCH] Enable Advanced Settings by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3d08a18703..37a9b1ce6d 100644 --- a/config.def.h +++ b/config.def.h @@ -456,7 +456,7 @@ static const bool default_overlay_enable = false; static bool default_block_config_read = 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_hover_color = 0xff64ff64; static const uint32_t menu_title_color = 0xff64ff64;