MidoriKami / DailyDuty

DailyDuty is a XivLauncher/Dalamud Plugin for automatically tracking and managing the various daily and weekly tasks that are available for completion in Final Fantasy 14
Other
42 stars 25 forks source link

[BUG] Tooltips not updating accordingly #179

Closed luxiel closed 2 months ago

luxiel commented 2 months ago

As you check and uncheck or just fulfill tasks, the tooltips on the TODO list are not updating as they should.

MidoriKami commented 2 months ago

Specifically the issue is the tooltip nodes are set once, and not updated.

Simple solution might be to call TodoController.Refresh, and have the nodes self update text. Needs more thought.