浏览代码

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
 Name=Syncthing Web UI
 GenericName=File synchronization UI
 GenericName=File synchronization UI
 Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
 Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
-Exec=syncthing --browser-only
+Exec=syncthing browser
 Icon=syncthing
 Icon=syncthing
 Terminal=false
 Terminal=false
 Type=Application
 Type=Application