1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare/components/tabs
Stelios Tsampas d5d795ce79 Paths: Query paths after the OrganizationName and ApplicationName have been set
At the point they were evaluated, `OrganizationName` and `ApplicationName` are unset
resulting in wrong paths. As a quick fix, explicitly set them to their later values
Per OS examples:
Windows:
	before:
		data: C:\Users\<user>\AppData\Local
		cache: C:\Users\<user>\AppData\Local\cache
	after:
		data: C:\Users\<user>\AppData\Local\Rare\Rare
		cache: C:\Users\<user>\AppData\Local\Rare\Rare\cache
2022-09-08 01:27:37 +03:00
..
account DownloadsTab: Remove dead code 2022-08-17 23:46:10 +03:00
downloads Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
games Move a bunch of class attributes to instance attributes 2022-09-07 18:21:50 +03:00
settings Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
shop Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
__init__.py DownloadsTab: Remove dead code 2022-08-17 23:46:10 +03:00
tab_utils.py Utils: Rename utils.py to misc.py to not confuse PyCharm checker 2022-08-02 10:42:38 +03:00