Make the SGDB row insensitive if no API key

This commit is contained in:
kramo
2023-05-20 09:10:13 +02:00
parent f2c807d8e8
commit d060c4feca
2 changed files with 11 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup sgdb_behavior_group {
title: _("Behavior");
Adw.ActionRow {
Adw.ActionRow sgdb_switch_row {
title: _("Use SteamGridDB");
subtitle: _("Download images when adding or importing games");
activatable-widget: sgdb_switch;