fix: add flat_white to code

This commit is contained in:
he3als
2022-10-22 15:50:06 +01:00
parent a6e65dfc7a
commit 99e1c13e80
5 changed files with 18 additions and 4 deletions

View File

@ -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: