mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-23 01:50:27 +08:00
Add missing backend_type variable for viewer mode
This commit is contained in:
parent
d8983e4324
commit
09d228b33c
1 changed files with 2 additions and 0 deletions
|
|
@ -662,6 +662,8 @@ def _main_gui(viewer_mode: bool):
|
|||
repo_config = None
|
||||
config_file = None
|
||||
full_config = None
|
||||
backend_type = None
|
||||
|
||||
|
||||
right_click_menu = ["", [_t("generic.destination")]]
|
||||
headings = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue