mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR revisions tweak_epub
This commit is contained in:
parent
62d9449e88
commit
ec8164470b
@ -25,7 +25,6 @@ class TweakEpub(QDialog, Ui_Dialog):
|
|||||||
|
|
||||||
To do:
|
To do:
|
||||||
- need way to kill file browser proc in cleanup()
|
- need way to kill file browser proc in cleanup()
|
||||||
- Windows file browser launch
|
|
||||||
- linux file browser launch
|
- linux file browser launch
|
||||||
'''
|
'''
|
||||||
|
|
||||||
@ -109,6 +108,7 @@ class TweakEpub(QDialog, Ui_Dialog):
|
|||||||
zipextract(self._epub, self._exploded)
|
zipextract(self._epub, self._exploded)
|
||||||
self.display_exploded()
|
self.display_exploded()
|
||||||
self.rebuild_button.setEnabled(True)
|
self.rebuild_button.setEnabled(True)
|
||||||
|
self.explode_button.setEnabled(False)
|
||||||
|
|
||||||
def rebuild(self):
|
def rebuild(self):
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user