diff options
Diffstat (limited to 'lua/main.lua')
| -rw-r--r-- | lua/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/main.lua b/lua/main.lua index 12705c00..5be79c9a 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -74,7 +74,7 @@ local function init_ui() end end end), - controls.scheme:bind(function() + controls.wheel_scheme:bind(function() -- Set up a shortcut for jumping straight to the 'now playing' screen. -- Implemented as a binding so that the shortcut is still applied even if -- the control scheme is changed at runtime. |
