Compare commits

...

1 Commits

Author SHA1 Message Date
spycrab
50b95516bd Show icon on all platforms 2018-01-16 23:52:47 +01:00

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);