Преглед изворни кода

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

Jakob Borg пре 2 месеци
родитељ
комит
9ea6c9c3c3
1 измењених фајлова са 1 додато и 1 уклоњено
  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