Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
119 stars 33 forks source link

Show tooltips on Linux again #152

Closed Adda0 closed 9 months ago

Adda0 commented 9 months ago

This PR allows showing tooltips on Linux again.

The bug in Avalonia framework has been fixed and tooltips work on Linux again without any problems. For further context, see https://github.com/Floogen/Stardrop/issues/4 and Avalonia issue concerning the bug https://github.com/AvaloniaUI/Avalonia/issues/7272.

Tested on Linux, not tested on Windows and MacOS.

Floogen commented 9 months ago

I removed GetDescriptionToolTip in favor of using Description, as it was only used for the Linux-specific logic and is now redundant.

Thank you for the pull request!