mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
Launcher: Reformat config a little bit (#279)
This commit is contained in:
parent
d2ec64ace0
commit
e9ab282cfd
Notes:
sideshowbarker
2024-07-19 13:24:15 +09:00
Author: https://github.com/alexispurslane
Commit: e9ab282cfd
Pull-request: https://github.com/SerenityOS/serenity/pull/279
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ private:
|
||||||
GWindow* make_launcher_window()
|
GWindow* make_launcher_window()
|
||||||
{
|
{
|
||||||
auto config = CConfigFile::get_for_app("Launcher");
|
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;
|
auto* window = new GWindow;
|
||||||
window->set_title("Launcher");
|
window->set_title("Launcher");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Launcher]
|
[Launcher]
|
||||||
vertical=0
|
Vertical=1
|
||||||
|
|
||||||
[Terminal]
|
[Terminal]
|
||||||
Path=/bin/Terminal
|
Path=/bin/Terminal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue