mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Fix device type assignment in disabled devices
This commit is contained in:
@@ -173,4 +173,4 @@ class HardwareCustomizer:
|
|||||||
if not self.customized_hardware[hardware_category]:
|
if not self.customized_hardware[hardware_category]:
|
||||||
del 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
|
||||||
Reference in New Issue
Block a user