mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-13 08:34:44 +08:00
placed version number into window title
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user