Skip to content

fix: Windows: Hide status icon on shutdown

Daniel Brötzmann requested to merge wurstsalat/gajim:windows-hide-icon into master

In Gajim 1.3, the status icon was actively hidden on shutdown using set_visible(False). This MR restores this behavior for Gtk.StatusIcon.

Fixes #10862 (closed)

Merge request reports