Version 2.3.2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user