Add spinner for fetching SGDB covers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user