mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
placed version number into window title
This commit is contained in:
parent
ad6308d385
commit
7a69d58e28
@ -57,7 +57,7 @@ class Video2xGui():
|
||||
|
||||
# create main window
|
||||
self.main_window = Tk()
|
||||
self.main_window.title('Video2X GUI')
|
||||
self.main_window.title(f'Video2X GUI {VERSION}')
|
||||
self.main_frame = Frame()
|
||||
self.main_frame.pack(fill=BOTH, expand=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user