mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
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:
parent
6b3eebc907
commit
4e8ce7fac0
3 changed files with 47 additions and 24 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue