From 11905226be487ef2cefe23246e67ef190e50f656 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 12 Nov 2024 23:30:34 +0800 Subject: [PATCH] luci-app-ssr-plus: sync upstream last commit: https://github.com/fw876/helloworld/commit/620f31600bd17d8452b063d3c5fe3867e0057fbd --- luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua index d1850cca7..300923ac4 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/servers.lua @@ -16,7 +16,6 @@ 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)"))