fixed load at startup

This commit is contained in:
kdav5758
2021-07-04 21:30:19 -05:00
parent d674c2755b
commit 83bf8c1c98
3 changed files with 7 additions and 7 deletions
-4
View File
@@ -58,10 +58,6 @@ function M.main(option)
on()
elseif (option == 'off') then
off()
elseif (option == 'startup') then
if (opts["enabled"] == true) then
on()
end
end
end