Add signals to enable/disable Refresh button

Makes it impossible to spam Refresh button and looks better overall.
This commit is contained in:
Silent
2019-10-09 23:51:49 +02:00
parent cc6ffef4a1
commit 68694e0039
5 changed files with 36 additions and 9 deletions

View File

@ -141,6 +141,11 @@ void Settings::RefreshGameList()
emit GameListRefreshRequested();
}
void Settings::NotifyRefreshGameListComplete()
{
emit GameListRefreshCompleted();
}
void Settings::RefreshMetadata()
{
emit MetadataRefreshRequested();