mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 12:15:02 -07:00
feat: WailsShutdown callback
Now handles proper shutdown through: * runtime.Window.Close() * Killing the main window * Ctrl-C
This commit is contained in:
@@ -5,4 +5,5 @@ type IPCManager interface {
|
||||
BindRenderer(Renderer)
|
||||
Dispatch(message string)
|
||||
Start(eventManager EventManager, bindingManager BindingManager)
|
||||
Shutdown()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user