Skip to content

Commit c1bf4ee

Browse files
committed
fix missing commits
1 parent 3e12cf6 commit c1bf4ee

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

gui.lua

+5-6
Original file line numberDiff line numberDiff line change
@@ -755,13 +755,12 @@ SlashCmdList["MYSLOT"] = function(msg, editbox)
755755
return
756756
end
757757

758+
local opt = {}
759+
CreateSettingMenu(opt)
760+
758761
MySlot:RecoverData(msg, {
759-
ignoreAction = false,
760-
ignoreBinding = false,
761-
ignoreMacro = false,
762-
clearAction = false,
763-
clearBinding = false,
764-
clearMacro = false,
762+
actionOpt = opt,
763+
clearOpt = opt,
765764
})
766765
end
767766

0 commit comments

Comments
 (0)