mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
frontend: Added icons for everything except titlebar
This commit is contained in:
@@ -219,6 +219,9 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QIcon::setThemeSearchPaths(QStringList(QStringLiteral(":/icons/default")));
|
||||
QIcon::setThemeName(QStringLiteral(":/icons/default"));
|
||||
|
||||
MainDialog main_dialog;
|
||||
main_dialog.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user