This commit is contained in:
firestar5683
2026-04-11 21:56:46 -05:00
parent d2e5f06395
commit d43b7d0d3f
187 changed files with 5499 additions and 6222 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def _ui_device_type() -> str:
def main():
device_type = _ui_device_type()
# The updater stack imports application sizing during module import, so patch the
# The updater imports application sizing during module import, so patch the
# hardware probe before importing either UI implementation.
HARDWARE.get_device_type = lambda: device_type