Disable start button if profiles is empty on macOS
This commit is contained in:
@@ -36,6 +36,7 @@ public struct StartStopButton: View {
|
||||
#endif
|
||||
}
|
||||
}
|
||||
.disabled(environments.emptyProfiles)
|
||||
}
|
||||
|
||||
private struct Button0: View {
|
||||
|
||||
Reference in New Issue
Block a user