From 8a6246cbbb4054e58e91e0d208f1f7100a100050 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Mon, 19 May 2025 23:42:31 -0300 Subject: [PATCH] fix --- healthcheck.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/healthcheck.py b/healthcheck.py index 2592d16..a0aeb6f 100644 --- a/healthcheck.py +++ b/healthcheck.py @@ -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") \ No newline at end of file + print("Theme Integrity OK")