Compare commits

...

2 Commits

Author SHA1 Message Date
spycrab
e5d484b7db Merge 50b95516bd into 0568346cc3 2018-01-17 17:32:24 +00:00
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);