Skip to content

Commit

Permalink
fix missing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 committed Jul 2, 2024
1 parent 3e12cf6 commit c1bf4ee
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -755,13 +755,12 @@ SlashCmdList["MYSLOT"] = function(msg, editbox)
return
end

local opt = {}
CreateSettingMenu(opt)

MySlot:RecoverData(msg, {
ignoreAction = false,
ignoreBinding = false,
ignoreMacro = false,
clearAction = false,
clearBinding = false,
clearMacro = false,
actionOpt = opt,
clearOpt = opt,
})
end

Expand Down

0 comments on commit c1bf4ee

Please sign in to comment.