fix(launcher): show in Dock as well as menubar

LSUIElement=true hid the app from the Dock entirely, which made it
invisible to Cmd-Tab and to anyone who'd rather keep the menubar
clean. Switched to LSUIElement=false so the app shows up in both
places — the menubar status item is still the primary entry point,
the Dock icon is just there for discoverability and Cmd-Tab.
This commit is contained in:
L'électron rare
2026-05-07 16:20:18 +02:00
parent db0a01a6dc
commit bf286705d4
+1 -1
View File
@@ -25,7 +25,7 @@
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>LSUIElement</key>
<true/>
<false/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>