Fixed a minor bug, should close issue #1680.

This commit is contained in:
Adam Harrison
2023-12-29 08:47:21 +08:00
committed by takase1121
parent f1bdd840a1
commit 1d4e01a192
+1 -1
View File
@@ -308,7 +308,7 @@ end
command.add(nil, { command.add(nil, {
["draw-whitespace:toggle"] = function() ["draw-whitespace:toggle"] = function()
config.plugins.drawwhitespace.enabled = not config.drawwhitespace.enabled config.plugins.drawwhitespace.enabled = not config.plugins.drawwhitespace.enabled
end, end,
["draw-whitespace:disable"] = function() ["draw-whitespace:disable"] = function()