NiyaShy / XB1ControllerBatteryIndicator

A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
GNU General Public License v2.0
719 stars 51 forks source link

Fixed tooltip on Win 11 #96

Closed Friday-The13-rus closed 1 month ago

Friday-The13-rus commented 2 months ago

Recently installed Win 11 and checked the app on the new system. Updated tray icon package to fix tooltip mentioned in #76 Changed Hardcodet.NotifyIcon.Wpf (that is a bit dead now) to its fresh fork H.NotifyIcon.Wpf изображение

@NiyaShy I tested the fix on Win 11 and all works fine, but has no ability to test it on Win 10. I would appreciate it if you could help me with this.

NiyaShy commented 1 month ago

Thanks for trying this out. Didn't know about H.NotifyIcon.Wpf and tried it myself. It works but has a slightly annoying bug on systems with multiple monitors where the context menu can appear on the wrong monitor. They already had an issue about it on their github, but it has been dormant for 2 years already...

Friday-The13-rus commented 1 month ago

Ok. Thank you for testing. Lets do not merge the pull request. Problem with the tooltip is less important than the problem with the context menu.