Raise window to the top on MacOS

This commit is contained in:
Yuriy Puchkov
2020-11-27 02:44:48 -08:00
parent bad270cce4
commit 9e897289b6
2 changed files with 15 additions and 0 deletions

View File

@@ -36,5 +36,11 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Application requires access to save screenshots to your gallery</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>