修复不会自动删除仓库的bug

This commit is contained in:
RB 2025-04-28 23:10:29 +08:00
parent fd34cbfc8a
commit c02866d135
2 changed files with 3 additions and 1 deletions

View File

@ -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