mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 15:39:59 +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);
|
ui->setupUi(this);
|
||||||
statusBar()->hide();
|
statusBar()->hide();
|
||||||
|
|
||||||
|
setWindowIcon(QIcon(QString::fromStdString(":/icons/azahar.png")));
|
||||||
|
|
||||||
default_theme_paths = QIcon::themeSearchPaths();
|
default_theme_paths = QIcon::themeSearchPaths();
|
||||||
UpdateUITheme();
|
UpdateUITheme();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user