Disable start button if profiles is empty on macOS
This commit is contained in:
@@ -120,8 +120,10 @@ public struct ActiveDashboardView: View {
|
||||
|
||||
} catch {
|
||||
alert = Alert(error)
|
||||
return
|
||||
}
|
||||
}
|
||||
environments.emptyProfiles = profileList.isEmpty
|
||||
}
|
||||
|
||||
private nonisolated func doReloadSystemProxy() async {
|
||||
|
||||
Reference in New Issue
Block a user