qt: Explicitly set window icon

This commit is contained in:
OpenSauce04
2025-04-07 23:18:46 +02:00
committed by AzaharPlus
parent 0843a628ce
commit 3407850895
+2
View File
@@ -329,6 +329,8 @@ GMainWindow::GMainWindow(Core::System& system_)
ui->setupUi(this);
statusBar()->hide();
setWindowIcon(QIcon(QString::fromStdString(":/icons/azahar.png")));
default_theme_paths = QIcon::themeSearchPaths();
UpdateUITheme();