Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
misc feature: disable control + notification center while in the app
Browse files Browse the repository at this point in the history
very misc feature, but prevents accidentally entering
notification/control center while adjusting the hud window level only
while in the app
  • Loading branch information
dlevi309 committed Mar 7, 2024
1 parent 56eaf9f commit 3cf9140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supports/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<true/>
<key>com.apple.springboard.appbackgroundstyle</key>
<true/>
<key>com.apple.springboard.disallowControlCenter</key>
<true/>
<key>com.apple.springboard.disallowNotificationCenter</key>
<true/>
<key>file-read-data</key>
<true/>
<key>platform-application</key>
Expand Down

0 comments on commit 3cf9140

Please sign in to comment.