status-desktop/ui/app
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
..
AppLayouts fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
mainui feat(Chat): display MutualStateUpdate system messages in 1-to-1 chats (#10847) 2023-06-08 16:52:03 +04:00