SteamGridDB cleanups

This commit is contained in:
kramo
2023-04-05 00:08:30 +02:00
parent b942fd7d3c
commit ee0c07befc
4 changed files with 15 additions and 7 deletions

View File

@@ -210,7 +210,6 @@ template PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup sgdb_key_group {
title: _("Authentication");
description: _("An API Key is required to use SteamGridDB. You can generate one <a href=\"https://www.steamgriddb.com/profile/preferences/api\">here</a>.");
Adw.EntryRow sgdb_key_entry_row {
title: _("API Key");
@@ -221,7 +220,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
title: _("Behavior");
Adw.ActionRow {
title: _("Download Images Automatically");
title: _("Use SteamGridDB");
subtitle: _("Download images when adding or importing games");
Switch sgdb_download_switch {

View File

@@ -61,7 +61,7 @@
<key name="sgdb-key" type="s">
<default>""</default>
</key>
<key name="sgdb-import" type="b">
<key name="sgdb" type="b">
<default>false</default>
</key>
<key name="sgdb-prefer" type="b">