mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Add signals to enable/disable Refresh button
Makes it impossible to spam Refresh button and looks better overall.
This commit is contained in:
parent
cc6ffef4a1
commit
68694e0039
5 changed files with 36 additions and 9 deletions
|
@ -141,6 +141,11 @@ void Settings::RefreshGameList()
|
|||
emit GameListRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyRefreshGameListComplete()
|
||||
{
|
||||
emit GameListRefreshCompleted();
|
||||
}
|
||||
|
||||
void Settings::RefreshMetadata()
|
||||
{
|
||||
emit MetadataRefreshRequested();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue