mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
More feature flag removal
This commit is contained in:
committed by
Travis McLane
parent
bfa8929c47
commit
93ec65be6a
@@ -8,7 +8,6 @@ import (
|
||||
|
||||
"github.com/leaanthony/clir"
|
||||
"github.com/wailsapp/wails/v2/internal/binding"
|
||||
"github.com/wailsapp/wails/v2/internal/features"
|
||||
"github.com/wailsapp/wails/v2/internal/ffenestri"
|
||||
"github.com/wailsapp/wails/v2/internal/logger"
|
||||
"github.com/wailsapp/wails/v2/internal/messagedispatcher"
|
||||
@@ -44,9 +43,6 @@ type App struct {
|
||||
servicebus *servicebus.ServiceBus
|
||||
|
||||
debug bool
|
||||
|
||||
// Feature flags
|
||||
Features *features.Features
|
||||
}
|
||||
|
||||
// Create App
|
||||
@@ -191,7 +187,7 @@ func (a *App) Run() error {
|
||||
}
|
||||
}()
|
||||
|
||||
result := a.window.Run(dispatcher, bindingDump, a.Features)
|
||||
result := a.window.Run(dispatcher, bindingDump)
|
||||
a.servicebus.Stop()
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user