People: Improve edit UI and stability #22

This commit is contained in:
Michael Mayer
2021-08-24 14:27:34 +02:00
parent 9238d569e4
commit 03cdc8bb7d
15 changed files with 152 additions and 131 deletions

View File

@@ -94,7 +94,7 @@ func StartShare(conf *config.Config) {
}
}
// StartShare runs the sync worker once.
// StartSync runs the sync worker once.
func StartSync(conf *config.Config) {
if !mutex.SyncWorker.Busy() {
go func() {