* luci/app/hd_idle: disable multiple instances of hd-idle
[project/luci.git] / applications / luci-hd_idle / luasrc / model / cbi / hd_idle.lua
index ab4a9fd..b59df82 100644 (file)
@@ -18,7 +18,6 @@ require("luci.fs")
 m = Map("hd-idle", translate("hd_idle"), translate("hd_idle_desc"))
 
 s = m:section(TypedSection, "hd-idle", translate("settings"))
-s.addremove = true
 s.anonymous = true
 
 s:option(Flag, "enabled", translate("enable", "Enable"))