forked from moonpower/azahar-UWP
qt: Explicitly set window icon
This commit is contained in:
parent
0843a628ce
commit
3407850895
@ -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