diff -r f0bcdbd3d36f -r d0ca50776b0b src/main.cpp --- a/src/main.cpp Thu Feb 17 21:00:24 2022 +0100 +++ b/src/main.cpp Thu Feb 17 21:41:52 2022 +0100 @@ -38,9 +38,8 @@ app.setOrganizationName("mbse"); /* Stylesheet setup */ - //QFile f(":/qdarkstyle/theme/style.qss"); + QFile f(":/qdarkstyle/theme/style.qss"); //QFile f(":darkorange.qss"); - QFile f(":darkstyle/darkstyle.qss"); //QFile f(":dummy"); if (!f.exists()) { printf("Unable to set stylesheet, file not found\n");