r25783 - Fix taskbar detection for setAdventuresLeft. (fia/pull/126']#126) * Add failing test for setAdv

Github Bot

Poster of Commits
Fix taskbar detection for setAdventuresLeft. (#126)

* Add failing test for setAdventuresLeft.

At least, it should be failing under Windows, although I'm not sure if
the github test environment will pick it up.

* Fix taskbar detection in setAdventuresLeft.

Previously, useDockIconBadge was overriding detection of whether the
taskbar supported that feature in the first place, when it should have
served as an additional requirement.

View on Github
 
Top