Version 1.9

This commit is contained in:
OTCv8
2020-01-21 23:45:52 +01:00
parent 11ad766308
commit be8704ee92
56 changed files with 3517 additions and 483 deletions

View File

@@ -545,7 +545,6 @@ function updateHotkeyLabel(hotkeyLabel)
end
function updateHotkeyForm(reset)
local hasCustomAction = hotkeysWindow.action and hotkeysWindow.action.currentIndex > 1
configValueChanged = true
if hotkeysWindow.action then
if currentHotkeyLabel then
@@ -560,6 +559,7 @@ function updateHotkeyForm(reset)
hotkeysWindow.action:setCurrentIndex(1, true)
end
end
local hasCustomAction = hotkeysWindow.action and hotkeysWindow.action.currentIndex > 1
if currentHotkeyLabel and not hasCustomAction then
removeHotkeyButton:enable()
if currentHotkeyLabel.itemId ~= nil then