diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-02-25 09:12:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 09:12:22 +0000 |
commit | 81980d28364ee83634e7c3101b2e290fff254c8f (patch) | |
tree | 514d385a519e2254cc6d21607e0388b2f49ae188 /melon.plist.in | |
parent | 68da2ace589e7a5d013c7287d9a2a96d83cc00ec (diff) |
Request microphone permissions on macOS
Diffstat (limited to 'melon.plist.in')
-rw-r--r-- | melon.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/melon.plist.in b/melon.plist.in index be255af..5b774a6 100644 --- a/melon.plist.in +++ b/melon.plist.in @@ -20,5 +20,7 @@ <string>Licensed under GPLv3</string> <key>NSHighResolutionCapable</key> <true/> + <key>NSMicrophoneUsageDescription</key> + <string>We need microphone access so you can use the emulated DS microphone</string> </dict> </plist> |