mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-02-23 19:05:35 +08:00
主界面显示版本号, 方便定位问题
This commit is contained in:
2
gui.py
2
gui.py
@@ -70,7 +70,7 @@ class SubtitleRemoverGUI:
|
||||
# 创建布局
|
||||
self._create_layout()
|
||||
# 创建窗口
|
||||
self.window = sg.Window(title='Video Subtitle Remover', layout=self.layout,
|
||||
self.window = sg.Window(title=f'Video Subtitle Remover v{backend.main.config.VERSION}' , layout=self.layout,
|
||||
icon=self.icon)
|
||||
while True:
|
||||
# 循环读取事件
|
||||
|
||||
Reference in New Issue
Block a user