Bump SharpConsoleUI to 2.5.0 and drop redundant nav invalidation#37
Bump SharpConsoleUI to 2.5.0 and drop redundant nav invalidation#37nickprotop wants to merge 1 commit into
Conversation
SharpConsoleUI 2.5.0 makes NavigationItem.Subtitle self-invalidate via its setter, so the explicit _navView?.Invalidate() after updating the badge subtitles in UpdateNavBadges is now redundant and can be removed.
|
Closing this PR. Bumping While investigating, this also revealed a side effect: changing |
Changed
Fixed
NavigationItem.Subtitlenow self-invalidates via its setter in SharpConsoleUI 2.5.0, so badge subtitle updates refresh without the extra call.