mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 14:35:36 +08:00
Disable default viewer mode
This commit is contained in:
parent
95c1c74606
commit
fa8a3d1221
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ def _main_gui(viewer_mode: bool):
|
|||
sg.Popup(_t("main_gui.cannot_get_repo_status"))
|
||||
|
||||
|
||||
def main_gui(viewer_mode=True):
|
||||
def main_gui(viewer_mode=False):
|
||||
atexit.register(
|
||||
npbackup.common.execution_logs,
|
||||
datetime.utcnow(),
|
||||
|
|
Loading…
Reference in a new issue