Explorar o código

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

Jakob Borg hai 2 meses
pai
achega
9ea6c9c3c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      etc/linux-desktop/syncthing-ui.desktop

+ 1 - 1
etc/linux-desktop/syncthing-ui.desktop

@@ -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