[windows] Improve Dialog API. Major refactor.

This commit is contained in:
Lea Anthony
2021-06-20 13:48:30 +10:00
parent 102a8cc5a6
commit d521f80dcd
15 changed files with 419 additions and 179 deletions

View File

@@ -125,7 +125,7 @@ func (a *App) Run() error {
return err
}
runtimesubsystem, err := subsystem.NewRuntime(ctx, a.servicebus, a.logger, a.startupCallback)
runtimesubsystem, err := subsystem.NewRuntime(ctx, a.servicebus, a.logger, a.startupCallback, nil)
if err != nil {
return err
}