status-desktop/ui/app/AppLayouts/Chat/popups
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
..
community fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
ChatCommandModal.qml [Popups]: added destroy() function in all popups by default 2023-06-02 14:28:39 +03:00
ChooseBrowserPopup.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
PinnedMessagesPopup.qml fix(MessageContextMenu): Cleanup. Separate menu for profile. (#10729) 2023-05-19 19:07:50 +03:00
RenameGroupPopup.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
qmldir feat(ActivityCenter): Refactor AC from chat and place in mainui 2022-09-15 12:21:06 +03:00