This commit is contained in:
kramo
2023-05-24 14:09:16 +02:00
committed by GeoffreyCoulaud
parent f06aed3ce0
commit 36b6bc17bd
19 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ from pathlib import Path
from gi.repository import Adw, Gio, GLib, Gtk
# pylint: disable=unused-import
import src.shared as shared
from src import shared
# TODO use the new sources
from src.importers.bottles_importer import bottles_installed
@@ -128,7 +128,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
if response == "choose_folder":
self.choose_folder(widget, set_cache_dir)
if lutris_cache_exists(self.win, path):
if lutris_cache_exists(path):
self.import_changed = True
self.set_subtitle(self, "lutris-cache")