status-desktop/ui/imports/shared/status/StatusGifPopup
Lukáš Tinkl 0b94c2b541 fix: revert to not destroy popups on close by default
- causing too many regressions along the way
- most of our popups are already destroyed properly inside Popups.qml
- in general, a Popup (Dialog, Menu, etc.) can be manually destroyed iff
it had been created using `Component.createObject()`, otherwise it's gone
for good until restart
- manually enabled the destroy-on-close in verified cases

Fixes #10948 (maybe some other dupes)
2023-06-09 00:44:27 +02:00
..
ConfirmationPopup.qml fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
EmptyPlaceholder.qml refactor(gifs): lazy load tenor api key + make search async 2023-03-23 13:20:07 -04:00
GifPopupDefinitions.qml chore(Chat/StatusGifPopup): refactor and simplify gif popup 2022-09-05 12:41:48 +02:00
StatusGifColumn.qml fix: port to StatusButton changes in master 2022-09-14 09:16:58 +02:00