diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-02 18:23:09 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-02 18:23:09 +0200 |
commit | a7cecfaebac405b52cdbf9626e443996e976bcdd (patch) | |
tree | 79d5ee2dc21e069a92dfa34bfd4d2b92916f8aaa /src | |
parent | cc3a65bde2e480b2b07b74eeef20d9081d7f730f (diff) |
Different sized launch menu are ugly, use minimal body theme for launcher
Diffstat (limited to 'src')
-rw-r--r-- | src/QuickMedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index c9094e3..e4f152d 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -1056,7 +1056,7 @@ namespace QuickMedia { } if(strcmp(plugin_name, "launcher") == 0) { - auto pipe_body = create_body(); + auto pipe_body = create_body(true); pipe_body->items.push_back(create_launcher_body_item("4chan", "4chan", resources_root + "icons/4chan_launcher.png")); pipe_body->items.push_back(create_launcher_body_item("Manga (all)", "manga", "")); pipe_body->items.push_back(create_launcher_body_item("Mangadex", "mangadex", resources_root + "icons/mangadex_launcher.png")); |