mirror of
https://github.com/goldenfishs/MRobot.git
synced 2025-04-28 23:39:55 +08:00
修复不会自动删除仓库的bug
This commit is contained in:
parent
fd34cbfc8a
commit
c02866d135
@ -177,6 +177,9 @@ class MRobotApp:
|
||||
root.title("MRobot 自动生成脚本")
|
||||
root.geometry("800x600") # 调整窗口大小以适应布局
|
||||
|
||||
# 在窗口关闭时调用 on_closing 方法
|
||||
root.protocol("WM_DELETE_WINDOW", lambda: self.on_closing(root))
|
||||
|
||||
# 初始化 BooleanVar
|
||||
self.add_gitignore_var = tk.BooleanVar(value=True)
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 4539cfb332e1d96d7ac5b0d9c735a75900a2aa0c
|
Loading…
Reference in New Issue
Block a user