mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
848d3b14f5
Implement the UI part of the new flow for moving community control nodes w/o involving private keys Closes #12088
7 lines
109 B
QML
7 lines
109 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
property var chatCommunitySectionModule
|
|
property var contactsStore
|
|
}
|