mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 12:08:12 +00:00
Qt: don't refresh game grid after emu stop
It is not necessary to refresh the game grid after stopping a game.
This commit is contained in:
parent
24dde5d42b
commit
e83540d80c
@ -1842,7 +1842,7 @@ void main_window::OnEmuStop()
|
||||
ui->confCamerasAct->setEnabled(true);
|
||||
|
||||
// Refresh game list in order to update time played
|
||||
if (m_game_list_frame)
|
||||
if (m_game_list_frame && m_is_list_mode)
|
||||
{
|
||||
m_game_list_frame->Refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user