Browse Source

Z991239-2934 #comment feat: 启动配置文件添加 --hide-tabs

陈纪林80310970 4 năm trước cách đây
mục cha
commit
1e7837e7e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      addin/res/RunScript/startInit.sh

+ 1 - 1
addin/res/RunScript/startInit.sh

@@ -7,6 +7,6 @@ cefpath="${bindir}/Chromium/cefclient"
 echo "3"$cefpath
 urlpath="${versiondir}/res/ManagerDesktop/initPassword.html"
 echo "4"$urlpath
-cmdpath="${cefpath} --url=file:///${urlpath} --no-sandbox --center-size=800*900 --hide-controls --top=1 --fullscreen=0 --logextend=init"
+cmdpath="${cefpath} --url=file:///${urlpath} --no-sandbox --center-size=800*900 --hide-tabs --hide-controls --top=1 --fullscreen=0 --logextend=init"
 echo "5"$cmdpath
 exec ${cmdpath}