Skip to content

Commit

Permalink
Made InputMonitoringPermissionsAlertView display with a higher priori…
Browse files Browse the repository at this point in the history
…ty than ServicesNotRunningAlertView
  • Loading branch information
tekezo committed Aug 8, 2024
1 parent 3041af8 commit 8f53570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/apps/SettingsWindow/src/View/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ struct ContentView: View {
OverlayAlertView {
DoctorAlertView()
}
} else if contentViewStates.showServicesNotRunningAlert {
OverlayAlertView {
ServicesNotRunningAlertView()
}
} else if contentViewStates.showInputMonitoringPermissionsAlert {
OverlayAlertView {
InputMonitoringPermissionsAlertView()
}
} else if contentViewStates.showServicesNotRunningAlert {
OverlayAlertView {
ServicesNotRunningAlertView()
}
} else if contentViewStates.showDriverVersionMismatchedAlert {
OverlayAlertView {
DriverVersionMismatchedAlertView()
Expand Down

0 comments on commit 8f53570

Please sign in to comment.