aboutsummaryrefslogtreecommitdiff
path: root/launcher/main.cpp
diff options
context:
space:
mode:
authorhe3als <65787561+he3als@users.noreply.github.com>2022-10-22 15:50:06 +0100
committerhe3als <65787561+he3als@users.noreply.github.com>2022-10-22 15:50:06 +0100
commit99e1c13e80d12764f57a993661656d9ed7de27bb (patch)
tree766478aca423d637faa881c4c60d1cbd70511834 /launcher/main.cpp
parenta6e65dfc7a7e8080297b59ecf322b788d1c9bad2 (diff)
downloadPrismLauncher-99e1c13e80d12764f57a993661656d9ed7de27bb.tar.gz
PrismLauncher-99e1c13e80d12764f57a993661656d9ed7de27bb.tar.bz2
PrismLauncher-99e1c13e80d12764f57a993661656d9ed7de27bb.zip
fix: add flat_white to code
Diffstat (limited to 'launcher/main.cpp')
-rw-r--r--launcher/main.cpp1
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: