mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-11 06:32:15 +08:00
GUI: Let bytesconverter entries show inheritance, see #148
This commit is contained in:
parent
631a407ce4
commit
a1b9db5353
1 changed files with 0 additions and 1 deletions
|
|
@ -497,7 +497,6 @@ def config_gui(full_config: dict, config_file: str):
|
||||||
unit = "MiB"
|
unit = "MiB"
|
||||||
window[key].Update(value)
|
window[key].Update(value)
|
||||||
window[f"{key}_unit"].Update(unit)
|
window[f"{key}_unit"].Update(unit)
|
||||||
return
|
|
||||||
|
|
||||||
if key in combo_boxes.keys() and value:
|
if key in combo_boxes.keys() and value:
|
||||||
window[key].Update(value=combo_boxes[key][value])
|
window[key].Update(value=combo_boxes[key][value])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue