mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
qt: Explicitly set window icon
This commit is contained in:
parent
eee5377325
commit
a80549dc09
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue