mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
qt: Explicitly set window icon
This commit is contained in:
parent
eee5377325
commit
a80549dc09
@ -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