mirror of
				https://github.com/nixietab/picodulce.git
				synced 2025-10-30 21:15:11 +00:00 
			
		
		
		
	Compare commits
	
		
			No commits in common. "5e27a78ded0e33bcc57e927c53e59ce469e40890" and "723cd1dd56ffb0a447b7ef402c76ab80cf26e79d" have entirely different histories.
		
	
	
		
			5e27a78ded
			...
			723cd1dd56
		
	
		
| @ -14,16 +14,12 @@ 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 | ||||||
| @ -120,4 +116,4 @@ class HealthCheck: | |||||||
| 
 | 
 | ||||||
|         # Check if both files exist and print OK message |         # Check if both files exist and print OK message | ||||||
|         if os.path.isfile(dark_theme_file) and os.path.isfile(native_theme_file): |         if os.path.isfile(dark_theme_file) and os.path.isfile(native_theme_file): | ||||||
|             print("Theme Integrity OK") |             print("Theme Integrity OK") | ||||||
| @ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
|   "version": "0.13.2", |   "version": "0.13.1", | ||||||
|   "links": [ |   "links": [ | ||||||
|     "https://raw.githubusercontent.com/nixietab/picodulce/main/version.json", |     "https://raw.githubusercontent.com/nixietab/picodulce/main/version.json", | ||||||
|     "https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py", |     "https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py", | ||||||
| @ -11,5 +11,5 @@ | |||||||
|     "https://raw.githubusercontent.com/nixietab/picodulce/main/healthcheck.py", |     "https://raw.githubusercontent.com/nixietab/picodulce/main/healthcheck.py", | ||||||
|     "https://raw.githubusercontent.com/nixietab/picodulce/main/modulecli.py" |     "https://raw.githubusercontent.com/nixietab/picodulce/main/modulecli.py" | ||||||
|   ], |   ], | ||||||
|   "versionBleeding": "0.13.2-208" |   "versionBleeding": "0.13.1-204" | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user