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