On Tue Feb 3 14:37:07 2026 +0000, Rémi Bernon wrote:
It's probably harmless but do we need this check? It seems to me that with `enable_taskbar` the systray does not get hidden in systray_remove_icon, so it should always be shown and by symmetry it doesn't seem to be needed here? `show_systray` is documented as `show a standalone systray window`, but in these checks it appeared to be used in the sense of `systray visible at all`, which is what led to the taskbar systray being hidden. I updated them to consistently account for `enable_taskbar` as well. This line is mainly for consistency with the other fixes; the main functional issue is in the `WM_DISPLAYCHANGE` handling.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10011#note_128667