GUI: Let bytesconverter entries show inheritance, see #148

This commit is contained in:
deajan 2025-03-04 21:31:39 +01:00
parent 631a407ce4
commit a1b9db5353

View file

@ -497,7 +497,6 @@ def config_gui(full_config: dict, config_file: str):
unit = "MiB"
window[key].Update(value)
window[f"{key}_unit"].Update(unit)
return
if key in combo_boxes.keys() and value:
window[key].Update(value=combo_boxes[key][value])