fix(etc): correct incantation to launch browser in Linux desktop file (#10246)

This commit is contained in:
Jakob Borg
2025-08-13 09:56:58 +02:00
committed by GitHub
parent 8f117a4417
commit 9ea6c9c3c3

View File

@@ -2,7 +2,7 @@
Name=Syncthing Web UI
GenericName=File synchronization UI
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
Exec=syncthing --browser-only
Exec=syncthing browser
Icon=syncthing
Terminal=false
Type=Application