mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 14:11:23 +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"
|
||||
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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue