Add spinner for fetching SGDB covers

This commit is contained in:
kramo
2023-10-21 13:46:29 +02:00
parent 684f457713
commit 69394d01ec
2 changed files with 16 additions and 3 deletions

View File

@@ -297,9 +297,14 @@ template $PreferencesWindow : Adw.PreferencesWindow {
subtitle: _("Fetch covers for games already in your library");
sensitive: bind sgdb_switch.active;
Button sgdb_fetch_button {
label: _("Update");
valign: center;
Stack sgdb_stack {
Button sgdb_fetch_button {
label: _("Update");
valign: center;
}
Spinner sgdb_spinner {
valign: center;
}
}
}
}