mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
add UI 7z path
This commit is contained in:
@@ -1076,7 +1076,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
|||||||
else:
|
else:
|
||||||
self.sevenzip = False
|
self.sevenzip = False
|
||||||
self.addMessage('Cannot find <a href="http://www.7-zip.org/download.html">7z</a>!'
|
self.addMessage('Cannot find <a href="http://www.7-zip.org/download.html">7z</a>!'
|
||||||
' Processing of archives will be disabled.', 'warning')
|
' Processing of archives will be disabled. Add 7z to PATH.', 'warning')
|
||||||
self.detectKindleGen(True)
|
self.detectKindleGen(True)
|
||||||
|
|
||||||
APP.messageFromOtherInstance.connect(self.handleMessage)
|
APP.messageFromOtherInstance.connect(self.handleMessage)
|
||||||
|
|||||||
Reference in New Issue
Block a user