Another round of polishing and few aditions

- Added bar texture "Skyline Compact".
- Tooltip show 8 spells, up from 6.
- Breakdown color scheme improved.
- Backend changes.
This commit is contained in:
Tercio Jose
2024-03-08 14:03:34 -03:00
parent c1e1191c07
commit acc03f4769
12 changed files with 61 additions and 15 deletions
+2 -1
View File
@@ -508,7 +508,8 @@ function _detalhes:RefreshUpdater(suggested_interval)
if (specialserials[specialSerial]) then return end
--_detalhes.atualizador = _detalhes:ScheduleRepeatingTimer("RefreshMainWindow", updateInterval, -1)
_detalhes.atualizador = Details.Schedules.NewTicker(updateInterval, Details.RefreshMainWindow, Details, -1)
--_detalhes.atualizador = Details.Schedules.NewTicker(updateInterval, Details.RefreshMainWindow, Details, -1)
_detalhes.atualizador = C_Timer.NewTicker(updateInterval, Details.RefreshAllMainWindowsTemp)
end
---set the amount of time between each update of all windows