aboutsummaryrefslogtreecommitdiff
path: root/launcher/main.cpp
diff options
context:
space:
mode:
authorTayou <tayou@gmx.net>2022-11-20 02:51:12 +0100
committerTayou <tayou@gmx.net>2022-11-20 05:24:10 +0100
commitbb7a321c6ed91709ff208efbbef19e05d7dfb220 (patch)
treecba7e510a481c7ea290efe82ba622ccb4775a649 /launcher/main.cpp
parent30607c34a153fd32085712e18827983772d77f7b (diff)
downloadPrismLauncher-bb7a321c6ed91709ff208efbbef19e05d7dfb220.tar.gz
PrismLauncher-bb7a321c6ed91709ff208efbbef19e05d7dfb220.tar.bz2
PrismLauncher-bb7a321c6ed91709ff208efbbef19e05d7dfb220.zip
add breeze themes
Signed-off-by: Tayou <tayou@gmx.net>
Diffstat (limited to 'launcher/main.cpp')
-rw-r--r--launcher/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp
index df596449..b63f8bfd 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -81,6 +81,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(pe_light);
Q_INIT_RESOURCE(pe_blue);
Q_INIT_RESOURCE(pe_colored);
+ Q_INIT_RESOURCE(breeze_dark);
+ Q_INIT_RESOURCE(breeze_light);
Q_INIT_RESOURCE(OSX);
Q_INIT_RESOURCE(iOS);
Q_INIT_RESOURCE(flat);