This commit is contained in:
kramo
2023-04-02 07:20:05 +02:00
parent 6899246d01
commit b511ce22b7
5 changed files with 21 additions and 13 deletions

View File

@@ -50,8 +50,7 @@ def lutris_parser(parent_widget):
else:
return
database_path = Path(schema.get_string("lutris-location")) / "pga.db"
database_path.expanduser()
database_path = (Path(schema.get_string("lutris-location")) / "pga.db").expanduser()
cache_dir = Path(schema.get_string("lutris-cache-location")).expanduser()
db_cache_dir = parent_widget.cache_dir / "cartridges" / "lutris"