Show icon on all platforms

This commit is contained in:
spycrab
2018-01-16 23:52:47 +01:00
parent 07b465d24e
commit 50b95516bd

View File

@@ -86,6 +86,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
setWindowTitle(QString("yuzu %1| %2-%3")
.arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc));
setWindowIcon(QIcon(QStringLiteral(":/icons/yuzu.png")));
show();
game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan);