From e9ab282cfdf4cad7e6cf927ba0dc72e2ce7040af Mon Sep 17 00:00:00 2001 From: Christopher Dumas Date: Tue, 2 Jul 2019 20:53:44 -0700 Subject: [PATCH] Launcher: Reformat config a little bit (#279) --- Applications/Launcher/main.cpp | 2 +- Base/home/anon/Launcher.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Launcher/main.cpp b/Applications/Launcher/main.cpp index 7716e6722c1..f72fac8c32d 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 a4cd1a1078d..5c8dd3693e6 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