feat(mac): reuse running gateway

This commit is contained in:
Peter Steinberger
2025-12-09 19:00:07 +00:00
parent b11b33b63c
commit 85ca2152e4
3 changed files with 64 additions and 8 deletions

View File

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