Use shared.home consistently

This commit is contained in:
kramo
2023-08-17 13:52:56 +02:00
parent 208eae75c1
commit 191beed12e
3 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ class LegendaryIterable(StoreSubSourceIterable):
else:
# Heroic native
logging.debug("Using Heroic native <= 2.8 legendary file")
path = Path.home() / ".config"
path = shared.home / ".config"
path = path / "legendary" / "installed.json"
logging.debug("Using Heroic %s installed.json path %s", self.name, path)