Launcher: Reformat config a little bit (#279)

This commit is contained in:
Christopher Dumas 2019-07-02 20:53:44 -07:00 committed by Andreas Kling
parent d2ec64ace0
commit e9ab282cfd
Notes: sideshowbarker 2024-07-19 13:24:15 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -1,5 +1,5 @@
[Launcher]
vertical=0
Vertical=1
[Terminal]
Path=/bin/Terminal