mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 11:09:20 +02:00
Minor fix in the hotkeys from previous commit.
This commit is contained in:
parent
82233dc655
commit
54e061f2f7
@ -105,9 +105,7 @@ function HotkeysManager.terminate()
|
|||||||
hotkeysManagerLoaded = false
|
hotkeysManagerLoaded = false
|
||||||
|
|
||||||
g_keyboard.unbindKeyDown('Ctrl+K')
|
g_keyboard.unbindKeyDown('Ctrl+K')
|
||||||
g_keyboard.unbindKeyPress('Down', function() channelListPanel:focusNextChild(KeyboardFocusReason) end, channelsWindow)
|
|
||||||
g_keyboard.unbindKeyPress('Up', function() channelListPanel:focusPreviousChild(KeyboardFocusReason) end, channelsWindow)
|
|
||||||
|
|
||||||
HotkeysManager.save()
|
HotkeysManager.save()
|
||||||
|
|
||||||
currentHotkeysList = nil
|
currentHotkeysList = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user