diff --git a/templates/lib_template.go b/templates/lib_template.go index 5aa32ca..109b59b 100644 --- a/templates/lib_template.go +++ b/templates/lib_template.go @@ -247,7 +247,7 @@ func ReconnectCwtchForeground() { settingsJson, _ := json.Marshal(application.ReadSettings()) application.GetPrimaryBus().Publish(event.NewEvent(settings.UpdateGlobalSettings, map[event.Field]string{event.Data: string(settingsJson)})) - application.GetPrimaryBus().Publish(event.NewEvent(settings.CwtchStarted, map[event.Field]string{})) + application.GetPrimaryBus().Publish(event.NewEvent(settings.CwtchStarted, map[event.Field]string{utils.ReloadEvent: event.True})) application.QueryACNStatus() application.QueryACNVersion() }