mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 18:08:42 -05:00
add a possible switch to remove the recompress button
This commit is contained in:
parent
1dcb88f9b5
commit
f6f6f19bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ class StartQT4(QMainWindow):
|
|||
|
||||
# disable recompress
|
||||
self.ui.recompress.setEnabled(False)
|
||||
#self.ui.recompress.hide()
|
||||
|
||||
# make a worker thread
|
||||
self.thread = Worker()
|
||||
|
|
@ -344,4 +345,3 @@ if __name__ == "__main__":
|
|||
if myapp.showapp:
|
||||
myapp.show()
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue