mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 02:09:43 +00:00
Finalize DCP v2.2.0
This commit is contained in:
parent
6a3d0dfbb0
commit
dc653302db
6
main.py
6
main.py
@ -25,7 +25,7 @@ class MainWindow(QWidget):
|
||||
|
||||
#Tutorial
|
||||
self.tutorialLabel = QLabel()
|
||||
self.tutorialLabel.setText("Welcome to DeepCreamPy!\n\nIf you're new to DCP, please read the README.\nThis program does nothing without the proper setup of your images.")
|
||||
self.tutorialLabel.setText("Welcome to DeepCreamPy!\n\nIf you're new to DCP, please read the README.\nThis program does nothing without the proper setup of your images.\n\nSince this is an alpha release, expect issues like crashing or freezing.\nReport them to me on Github or Twitter @deeppomf.")
|
||||
self.tutorialLabel.setAlignment(Qt.AlignCenter)
|
||||
self.tutorialLabel.setFont(QFont('Sans Serif', 13))
|
||||
|
||||
@ -115,10 +115,6 @@ class MainWindow(QWidget):
|
||||
|
||||
decensor.decensor_all_images_in_folder()
|
||||
|
||||
# self.progressCursor.insertText("--------------------------------------------------------------------------\nTo decensor a new batch of images, please close this program and reopen it.\nThis is because the developer encountered a hard-to-fix bug that messes up repeated use of the decensor button.\nThe bug will be fixed in a future update.")
|
||||
# # time.sleep(3)
|
||||
# # sys.exit()
|
||||
|
||||
self.decensorButton.setEnabled(True)
|
||||
|
||||
# def showAbout(self):
|
||||
|
Loading…
Reference in New Issue
Block a user