SteamGridDB animated covers

This commit is contained in:
kramo
2023-04-11 15:42:07 +02:00
parent 5b08cea6de
commit 0da5f94ea3
4 changed files with 53 additions and 17 deletions

View File

@@ -236,6 +236,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
valign: center;
}
}
Adw.ActionRow {
title: _("Prefer Over Official Images");
@@ -243,6 +244,14 @@ template PreferencesWindow : Adw.PreferencesWindow {
valign: center;
}
}
Adw.ActionRow {
title: _("Prefer Animated Images");
Switch sgdb_animated_switch {
valign: center;
}
}
}
}
}