summaryrefslogtreecommitdiffstats
path: root/player/lua/defaults.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/defaults.lua')
-rw-r--r--player/lua/defaults.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/defaults.lua b/player/lua/defaults.lua
index f995dd40d2..4b3be12ac9 100644
--- a/player/lua/defaults.lua
+++ b/player/lua/defaults.lua
@@ -112,7 +112,7 @@ local function update_key_bindings()
end
mp.input_define_section(section, cfg, flags)
-- TODO: remove the section if the script is stopped
- mp.input_enable_section(section)
+ mp.input_enable_section(section, "allow-hide-cursor|allow-vo-dragging")
end
end