mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 12:35:21 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue