Skip to content

Commit

Permalink
* Add support for Renown reputation introduced in Dragonflight
Browse files Browse the repository at this point in the history
* Add support for Friendship reputation introduced in Mists of Pandaria
* Fix various bugs
* Remove several unused or redundant options in the Dewdrop menu
* Remove rest icon
* Miscellaneous quality of life fixes
  • Loading branch information
azuraji committed Dec 7, 2022
1 parent 632b11d commit a663ee3
Show file tree
Hide file tree
Showing 10 changed files with 650 additions and 707 deletions.
2 changes: 0 additions & 2 deletions FuBar/libs/Dewdrop-2.0/Dewdrop-2.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,6 @@ function OpenSlider(self, parent)
sliderFrame:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b)
sliderFrame:EnableMouse(true)
sliderFrame:EnableMouseWheel(true)
sliderFrame:Hide()
sliderFrame:SetPoint("CENTER", UIParent, "CENTER")
local slider = CreateFrame("Slider", nil, sliderFrame, "BackdropTemplate")
sliderFrame.slider = slider
Expand Down Expand Up @@ -2277,7 +2276,6 @@ function OpenSlider(self, parent)
end
end


sliderFrame.lastValue = parent.sliderValue

local level = parent.level
Expand Down
8 changes: 5 additions & 3 deletions FuBar/libs/Tablet-2.0/Tablet-2.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2563,9 +2563,11 @@ function Tablet:Register(parent, ...)
if script then
script(...)
end
if self.registry[parent] and self.registry[parent].tooltip and self.registry[parent].tooltip == self.tooltip then
self.tooltip:Hide()
end
-- Prevent Tablet from closing on parent mousedown

-- if self.registry[parent] and self.registry[parent].tooltip and self.registry[parent].tooltip == self.tooltip then
-- self.tooltip:Hide()
-- end
end)
end
if parent:HasScript("OnMouseWheel") then
Expand Down
10 changes: 0 additions & 10 deletions FuBar_FuXPFu/Changelog-FuBar_FuXPFu-r61204.txt

This file was deleted.

Loading

0 comments on commit a663ee3

Please sign in to comment.