mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
0e5c566dcd
Fixes #10523 The problem was that the CreateChatView now uses an isolated Chat RootStore, since we can't be sure if the personal chat section will be loaded yet. To fix that, I created a new store that is only for storing the properties needed for that new chat. That way we are sure that it is created and shared to necessary components.
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
CommunitiesStore 1.0 CommunitiesStore.qml
|
|
CreateChatPropertiesStore 1.0 CreateChatPropertiesStore.qml
|
|
PermissionsStore 1.0 PermissionsStore.qml
|
|
RootStore 1.0 RootStore.qml
|
|
StickerData 1.0 StickerData.qml
|
|
StickerPackData 1.0 StickerPackData.qml
|
|
StickersStore 1.0 StickersStore.qml
|