Option to refetch SGDB covers - fixes #192
This commit is contained in:
@@ -290,5 +290,18 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
||||
title: _("Prefer Animated Images");
|
||||
}
|
||||
}
|
||||
|
||||
Adw.PreferencesGroup {
|
||||
Adw.ActionRow {
|
||||
title: _("Redownload Covers");
|
||||
subtitle: _("Fetch covers for games already in your library");
|
||||
sensitive: bind sgdb_switch.active;
|
||||
|
||||
Button sgdb_fetch_button {
|
||||
label: _("Download");
|
||||
valign: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user