mirror of
https://github.com/nixietab/picodulce.git
synced 2025-07-01 11:38:14 +01:00
fix
This commit is contained in:
parent
723cd1dd56
commit
8a6246cbbb
@ -14,12 +14,16 @@ class HealthCheck:
|
|||||||
"CheckUpdate": False,
|
"CheckUpdate": False,
|
||||||
"IsBleeding": False,
|
"IsBleeding": False,
|
||||||
"LastPlayed": "",
|
"LastPlayed": "",
|
||||||
|
"TotalPlaytime": 0,
|
||||||
"IsFirstLaunch": True,
|
"IsFirstLaunch": True,
|
||||||
"Instance": "default",
|
"Instance": "default",
|
||||||
"Theme": "Dark.json",
|
"Theme": "Dark.json",
|
||||||
"ThemeBackground": True,
|
"ThemeBackground": True,
|
||||||
"ThemeRepository": "https://raw.githubusercontent.com/nixietab/picodulce-themes/main/repo.json",
|
"ThemeRepository": "https://raw.githubusercontent.com/nixietab/picodulce-themes/main/repo.json",
|
||||||
"Locale": "en"
|
"Locale": "en",
|
||||||
|
"ManageJava": False,
|
||||||
|
"MaxRAM": 2,
|
||||||
|
"JavaPath": ""
|
||||||
}
|
}
|
||||||
|
|
||||||
# Step 1: Check if the file exists; if not, create it with default values
|
# Step 1: Check if the file exists; if not, create it with default values
|
||||||
|
Loading…
Reference in New Issue
Block a user