fix: restore mac app build

This commit is contained in:
Peter Steinberger
2025-12-19 22:08:17 +01:00
parent 2ef2136c2c
commit 56cb415509
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ struct CritterStatusLabel: View {
switch self.gatewayStatus {
case .failed, .stopped:
!self.isPaused
case .starting, .restarting, .running, .attachedExisting:
case .starting, .running, .attachedExisting:
false
}
}