pmb.parse.deviceinfo: add default for gpu_accelerated (MR 2340)

this fixes pmb.config.init: ask_for_ui.
This commit is contained in:
jane400 2024-06-30 17:29:34 +02:00 committed by Oliver Smith
parent 0a1e3eeeb1
commit 3a9284da8a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -104,6 +104,7 @@ class Deviceinfo:
chassis: str
keyboard: Optional[str] = ""
external_storage: Optional[str] = ""
gpu_accelerated: Optional[bool] = False
dev_touchscreen: Optional[str] = ""
dev_touchscreen_calibration: Optional[str] = ""
append_dtb: Optional[str] = ""