This commit is contained in:
Nix 2025-05-19 23:42:31 -03:00 committed by GitHub
parent 723cd1dd56
commit 8a6246cbbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,16 @@ class HealthCheck:
"CheckUpdate": False,
"IsBleeding": False,
"LastPlayed": "",
"TotalPlaytime": 0,
"IsFirstLaunch": True,
"Instance": "default",
"Theme": "Dark.json",
"ThemeBackground": True,
"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
@ -116,4 +120,4 @@ class HealthCheck:
# Check if both files exist and print OK message
if os.path.isfile(dark_theme_file) and os.path.isfile(native_theme_file):
print("Theme Integrity OK")
print("Theme Integrity OK")