diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
313 stars 7 forks source link

Destroy dialogs and popovers #14

Closed diamondburned closed 2 years ago

diamondburned commented 2 years ago

gotktrix currently only calls Hide or Popdown on these. It should call Destroy Unparent instead.

image