We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c926085 commit a4ac523Copy full SHA for a4ac523
Skada/Core/Init.lua
@@ -1765,6 +1765,7 @@ do
1765
1766
-- wipes window's dataset table
1767
function Window:reset()
1768
+ self.title = nil -- reset title
1769
if not self.dataset then return end
1770
for i = #self.dataset, 0, -1 do
1771
if self.dataset[i] then
Skada/Skada.toc
@@ -16,7 +16,7 @@
16
## DefaultState: enabled
17
## Author: Kader (|cff808080bkader#5341|r)
18
## Version: 1.8.84
19
-## X-Date: 2023-02-21 @ 21:48 |cff808080UTC|r
+## X-Date: 2023-02-21 @ 22:03 |cff808080UTC|r
20
## X-Credits: Zarnivoop
21
## X-Curse-Project-ID: 623633
22
## X-Category: Combat
0 commit comments