mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 00:49:04 +00:00
add LSUIElement=1 to flutter/macos/Runner/Info.plist
This commit is contained in:
parent
9dc7b3b6de
commit
c37f4dabe1
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue