Option to refetch SGDB covers - fixes #192

This commit is contained in:
kramo
2023-09-26 13:49:20 +02:00
parent 69b168ca01
commit df2b8c40c9
3 changed files with 52 additions and 1 deletions

View File

@@ -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;
}
}
}
}
}