Skip to content

Commit

Permalink
Disable auto accesibility request
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jun 12, 2022
1 parent 45edee3 commit a64a1ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MiddleMe/MiddleMeApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ struct MiddleMeApp: App {

var body: some Scene {
WindowGroup {
ContentView().onAppear{
settings.requireAccess()
}
ContentView()
.environmentObject(settings)
.fixedSize()
.preferredColorScheme(.dark)
Expand Down

0 comments on commit a64a1ea

Please sign in to comment.