Fix device type assignment in disabled devices

This commit is contained in:
Hoang Hong Quan
2025-04-25 14:12:58 +07:00
parent ca43374a9c
commit 5d1f65c4b7

View File

@@ -173,4 +173,4 @@ class HardwareCustomizer:
if not self.customized_hardware[hardware_category]:
del self.customized_hardware[hardware_category]
self.disabled_devices["{}: {}".format(device_type, device_name)] = device_props
self.disabled_devices["{}: {}".format(hardware_category, device_name)] = device_props