mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-21 23:26:56 +00:00
Dock GreedMeter into the chat panel
Register GreedMeter's primary window on the meter dock's damage slot, mirroring the ShaguDPS integration. GreedMeter builds its windows lazily and supports several, so frames are resolved at call time. A second GreedMeter window docks into the panel's other half: pfUI's dock decides fill-vs-split by whether the threat slot is filled, so hook GreedMeter's window add/remove to reconcile that slot and re-run the resize. Only the first two windows fit the panel; any beyond that float.
This commit is contained in:
@@ -964,6 +964,7 @@ function pfUI:LoadConfig()
|
||||
pfUI:UpdateConfig("thirdparty", "dpsmate", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "shagudps", "skin", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "shagudps", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "greedmeter", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "skin", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "swstats", "dock", "0")
|
||||
pfUI:UpdateConfig("thirdparty", "ktm", "skin", "0")
|
||||
|
||||
Reference in New Issue
Block a user