feat(mac): reuse running gateway
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user