mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
v2.0.0-beta.44.1
This commit is contained in:
parent
f73c394010
commit
2466bb1fac
@ -1 +1 @@
|
||||
v2.0.0-beta.44
|
||||
v2.0.0-beta.44.1
|
@ -85,10 +85,10 @@ func CreateApp(appoptions *options.App) (*App, error) {
|
||||
|
||||
// Create binding exemptions - Ugly hack. There must be a better way
|
||||
bindingExemptions := []interface{}{
|
||||
a.appoptions.OnStartup,
|
||||
a.appoptions.OnShutdown,
|
||||
a.appoptions.OnDomReady,
|
||||
a.appoptions.OnBeforeClose,
|
||||
appoptions.OnStartup,
|
||||
appoptions.OnShutdown,
|
||||
appoptions.OnDomReady,
|
||||
appoptions.OnBeforeClose,
|
||||
}
|
||||
appBindings := binding.NewBindings(myLogger, appoptions.Bind, bindingExemptions)
|
||||
eventHandler := runtime.NewEvents(myLogger)
|
||||
|
Loading…
Reference in New Issue
Block a user