Add App Update checks to GUI

This commit is contained in:
Mykola Grymalyuk
2022-01-15 16:16:04 -07:00
parent 0bd3ce595d
commit 0e969ee6cd
5 changed files with 168 additions and 4 deletions
+1
View File
@@ -98,6 +98,7 @@ class Constants:
self.recovery_status = False # Detect if booted into RecoveryOS
self.launcher_binary = None # Determine launch binary (ie. Python vs PyInstaller)
self.launcher_script = None # Determine launch file (if run via Python)
self.ignore_updates = False # Ignore OCLP updates
## Hardware
self.computer: device_probe.Computer = None # type: ignore