Skip to content

Commit

Permalink
Fixed possible taint source
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 15, 2023
1 parent bb1c0b4 commit a086817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Bindings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Bindings>
<Binding category="BINDING_HEADER_REFLEXB" name="REFLEXOPEN">
<Binding category="|cFF74D06CRE|rFlex" name="REFLEXOPEN">
if not REFlexFrame:IsVisible() then
REFlexFrame:Show()
else
Expand Down
5 changes: 2 additions & 3 deletions REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage
local PlaySound = _G.PlaySound
local ElvUI = _G.ElvUI

RE.Version = 3306
RE.Version = 3307
RE.LastSquash = 1602662400
RE.FoundNewVersion = false

Expand Down Expand Up @@ -235,7 +235,6 @@ function RE:OnEvent(_, event, ...)
_G.LibStub("AceConfigRegistry-3.0"):RegisterOptionsTable("REFlex", RE.AceConfig)
RE.OptionsMenu = _G.LibStub("AceConfigDialog-3.0"):AddToBlizOptions("REFlex", "REFlex")
RegisterAddonMessagePrefix("REFlex")
_G.BINDING_HEADER_REFLEXB = "|cFF74D06CRE|rFlex"
_G.BINDING_NAME_REFLEXOPEN = L["Show main window"]
_G.SlashCmdList["REFLEX"] = function()
if not _G.REFlexFrame:IsVisible() then
Expand Down Expand Up @@ -312,7 +311,7 @@ function RE:OnEvent(_, event, ...)
elseif button == "MiddleButton" then
RE:SurrenderMatch()
elseif button == "RightButton" then
_G.SettingsPanel:OpenToCategory("REFlex")
_G.Settings.OpenToCategory("REFlex")
end
else
if button == "LeftButton" then
Expand Down
2 changes: 1 addition & 1 deletion REFlex.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100007
## Title: |cFF74D06CRE|rFlex
## Notes: Collect statistics of played arena matches and battlegrounds.
## Version: 3.3.6
## Version: 3.3.7
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## X-WoWI-ID: 19190
Expand Down

0 comments on commit a086817

Please sign in to comment.