From a90b4c82c57db8e1dca0bb5de096daa3a16f1516 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 12 May 2023 13:06:09 -0700 Subject: [PATCH] add UI 7z path --- kindlecomicconverter/KCC_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index affeaef..929741f 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -1076,7 +1076,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): else: self.sevenzip = False self.addMessage('Cannot find 7z!' - ' Processing of archives will be disabled.', 'warning') + ' Processing of archives will be disabled. Add 7z to PATH.', 'warning') self.detectKindleGen(True) APP.messageFromOtherInstance.connect(self.handleMessage)