Skip to content

Commit

Permalink
Version removed from title bar
Browse files Browse the repository at this point in the history
Accidentally re-added it.
  • Loading branch information
adnv3k committed Oct 14, 2021
1 parent 9d45d32 commit d38034a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image_Queuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MainApp(QMainWindow, Ui_MainWindow):
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.setWindowTitle(f'Reference Practice v{__version__}')
self.setWindowTitle(f'Reference Practice')
self.session_schedule = {}
self.has_break = False
self.valid_file_types = ['.bmp', '.jpg', '.jpeg', '.png']
Expand Down

0 comments on commit d38034a

Please sign in to comment.