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

@@ -29,9 +29,9 @@ class SGDBSave:
Gio.Task.new(None, None, self.task_done).run_in_thread(create_func(game))
def update_cover(self, task, game):
if self.parent_widget.schema.get_boolean("sgdb-prefer") or (
self.parent_widget.schema.get_boolean("sgdb-import")
and not (
if self.parent_widget.schema.get_boolean("sgdb") and (
self.parent_widget.schema.get_boolean("sgdb-prefer")
or not (
self.parent_widget.data_dir
/ "cartridges"
/ "covers"