Update Settings on Launch

This commit is contained in:
Sarah Jamie Lewis 2023-02-24 13:14:00 -08:00
parent b3a6026a15
commit 9cbd7d47a4
1 changed files with 1 additions and 0 deletions

View File

@ -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