mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Improved responsiveness when refreshing game list.
This commit is contained in:
parent
4ca92464c0
commit
ee13e6ec80
9 changed files with 86 additions and 28 deletions
|
@ -48,7 +48,7 @@ ToolBar::ToolBar(QWidget* parent) : QToolBar(parent)
|
|||
|
||||
connect(&Settings::Instance(), &Settings::GameListRefreshRequested, this,
|
||||
[this] { m_refresh_action->setEnabled(false); });
|
||||
connect(&Settings::Instance(), &Settings::GameListRefreshCompleted, this,
|
||||
connect(&Settings::Instance(), &Settings::GameListRefreshStarted, this,
|
||||
[this] { m_refresh_action->setEnabled(true); });
|
||||
|
||||
OnEmulationStateChanged(Core::GetState());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue