add LSUIElement=1 to flutter/macos/Runner/Info.plist

This commit is contained in:
rustdesk 2022-12-04 17:00:30 +08:00
parent 9dc7b3b6de
commit c37f4dabe1

View File

@ -40,6 +40,8 @@
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<string>NSApplication</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
</plist>