mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
qt: Explicitly set window icon
This commit is contained in:
parent
6865b4c8a7
commit
71c9c0c924
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user