提交 cf78b98a 编写于 作者: 米司特包's avatar 米司特包

feat: remove the quit method exposed by the app class

上级 9e8488c6
......@@ -2,8 +2,6 @@ package main
import (
"context"
"github.com/wailsapp/wails/v2/pkg/runtime"
)
// App struct
......@@ -31,9 +29,3 @@ func (b *App) shutdown(ctx context.Context) {
// Perform your teardown here
// 在此处做一些资源释放的操作
}
// Quit Exit the application
// Quit 退出应用
func (b *App) Quit() {
runtime.Quit(b.ctx)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册