diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-28 18:43:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 18:43:30 +0200 |
commit | e885f3c26a030d093e2c7e60770c069e4d958cff (patch) | |
tree | d3da3906cdedfdbe8dfbd49926d71237afbac5d9 /launcher/main.cpp | |
parent | f229574758871d7e95c835c3ec026635799c7015 (diff) | |
parent | 0aac85dda145603434e64bf04f39823f44509605 (diff) | |
download | PrismLauncher-e885f3c26a030d093e2c7e60770c069e4d958cff.tar.gz PrismLauncher-e885f3c26a030d093e2c7e60770c069e4d958cff.tar.bz2 PrismLauncher-e885f3c26a030d093e2c7e60770c069e4d958cff.zip |
Merge pull request #65 from he3als/develop
Diffstat (limited to 'launcher/main.cpp')
-rw-r--r-- | launcher/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp index c6a7614c..e2116f38 100644 --- a/launcher/main.cpp +++ b/launcher/main.cpp @@ -84,6 +84,7 @@ int main(int argc, char *argv[]) Q_INIT_RESOURCE(OSX); Q_INIT_RESOURCE(iOS); Q_INIT_RESOURCE(flat); + Q_INIT_RESOURCE(flat_white); return app.exec(); } case Application::Failed: |