Qt: Enable all play options for the last played game on StartUp

- main_window::CreateThumbnailToolbar into main_window::Init
- also moved the log message for "Recent Game Not Valid" from Error to Warning (only the common occurance)
This commit is contained in:
Megamouse 2018-04-24 10:23:18 +02:00 committed by Ani
parent 6b3eebc907
commit 4e8ce7fac0
3 changed files with 47 additions and 24 deletions

View file

@ -89,11 +89,6 @@ void rpcs3_app::Init()
RPCS3MainWin->Init();
RPCS3MainWin->show();
// Create the thumbnail toolbar after the main_window is created
RPCS3MainWin->CreateThumbnailToolbar();
if (guiSettings->GetValue(gui::ib_show_welcome).toBool())
{
welcome_dialog* welcome = new welcome_dialog();