Version 2.3.2

This commit is contained in:
2026-02-20 14:49:56 +01:00
parent 5f9631077b
commit 41185cc08b
7 changed files with 1842 additions and 1223 deletions

View File

@@ -221,7 +221,7 @@ struct SyncStatusFooter: View {
}
private func updateSyncStatus() {
if let error = gitSync.lastSyncError {
if gitSync.lastSyncError != nil {
syncText = "Sync Error"
syncColor = .red
} else if gitSync.isSyncing {