[v2] Remove chromium message on shutdown

This commit is contained in:
Lea Anthony 2021-10-12 08:58:23 +11:00
commit 5e36f4fc7f

View file

@ -135,6 +135,7 @@ func (f *Frontend) Run(ctx context.Context) error {
}
mainWindow.Run()
mainWindow.Close()
return nil
}