diff --git a/Applications/Launcher/main.cpp b/Applications/Launcher/main.cpp index 7716e6722c..f72fac8c32 100644 --- a/Applications/Launcher/main.cpp +++ b/Applications/Launcher/main.cpp @@ -65,7 +65,7 @@ private: GWindow* make_launcher_window() { auto config = CConfigFile::get_for_app("Launcher"); - auto vertical = config->read_bool_entry("Launcher", "vertical", true); + auto vertical = config->read_bool_entry("Launcher", "Vertical", true); auto* window = new GWindow; window->set_title("Launcher"); diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index a4cd1a1078..5c8dd3693e 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -1,5 +1,5 @@ [Launcher] -vertical=0 +Vertical=1 [Terminal] Path=/bin/Terminal