From 9cbd7d47a44639a6b43983d480c52bed8aca4e81 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 24 Feb 2023 13:14:00 -0800 Subject: [PATCH] Update Settings on Launch --- templates/lib_template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lib_template.go b/templates/lib_template.go index ee3a37d..76396cb 100644 --- a/templates/lib_template.go +++ b/templates/lib_template.go @@ -186,6 +186,7 @@ func _startCwtch(appDir string, torPath string) { application.GetPrimaryBus().Publish(event.NewEvent(app.CwtchStarted, map[event.Field]string{})) application.QueryACNVersion() application.LoadProfiles(app.DefactoPasswordForUnencryptedProfiles) + application.UpdateSettings(application.ReadSettings()) } // the pointer returned from this function **must** be freed using c_Free