mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-29 23:41:05 -06: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…
Reference in New Issue
Block a user