فهرست منبع

Revert "luci-app-ssr-plus: fix auto-update setting"

This reverts commit 620f31600bd17d8452b063d3c5fe3867e0057fbd.
coolsnowwolf 11 ماه پیش
والد
کامیت
badc244005
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua

+ 1 - 0
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua

@@ -16,6 +16,7 @@ s = m:section(TypedSection, "server_subscribe")
 s.anonymous = true
 
 o = s:option(Flag, "auto_update", translate("Auto Update"))
+o.rmempty = false
 o.description = translate("Auto Update Server subscription, GFW list and CHN route")
 
 o = s:option(ListValue, "auto_update_week_time", translate("Update Time (Every Week)"))