Qt/Settings: Update default gamelist path textbox when changed

This commit is contained in:
spycrab
2018-01-31 19:58:02 +01:00
parent 987bec2fd5
commit 28ad12bf30
4 changed files with 22 additions and 3 deletions

View File

@ -368,7 +368,7 @@ void GameList::UninstallWAD()
void GameList::SetDefaultISO()
{
SConfig::GetInstance().m_strDefaultISO = GetSelectedGame()->GetFilePath().toStdString();
Settings::Instance().SetDefaultGame(GetSelectedGame()->GetFilePath());
}
void GameList::OpenContainingFolder()