1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Changed default image_dir in gamelist

This commit is contained in:
Dummerle 2021-04-07 19:17:09 +02:00
parent 5b738c104c
commit eed7ead837

View file

@ -54,7 +54,7 @@ class GameList(QStackedWidget):
self.list_layout = QVBoxLayout()
self.list_layout.addWidget(QLabel(self.info_text))
IMAGE_DIR = self.settings.value("img_dir", os.path.expanduser("~/.cache/rare"), str)
IMAGE_DIR = self.settings.value("img_dir", os.path.expanduser("~/.cache/rare/images"), str)
self.updates = []
self.widgets = {}