This commit is contained in:
wh_zcy 2022-08-10 17:05:21 +08:00
parent 146cd36467
commit d1a1a2bc57

View File

@ -72,6 +72,7 @@ func NewMainWindow(ui *UIImpl) MainWindow {
}, globalWin.w)
conf.SetDismissText("取消")
conf.SetConfirmText("退出")
conf.Show()
os.Exit(0)
},
})