Skip to content

Commit

Permalink
typo and wrong keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jul 22, 2023
1 parent da571dc commit b789c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function BearsSwitcher:OnInitialize()
volumeDown = GetBindingText("NUMPADMINUS"),
volumeSteps = 1,
toggle = GetBindingText("NUMPADMULTIPLY"),
music_toggle = GetBindingText("CTRL-NUMPADMULTIPLY"),
music_toggle = GetBindingText("NUMPADDIVIDE"),
enableSound = true
}

Expand Down Expand Up @@ -167,7 +167,7 @@ f:SetScript(
end
elseif key == BearsSwitcher.db.profile.music_toggle then
-- Check for current state of music toggle.
Sound_ToggleMusic();
Sound_ToggleMusic()
end

-- ok, pass the key thru
Expand Down

0 comments on commit b789c4d

Please sign in to comment.