fix: quit from community settings in UI if member privileged role changed (#12846)
This commit is contained in:
parent
d66540d74f
commit
fae038df3b
|
@ -46,6 +46,8 @@ StackLayout {
|
|||
// Community transfer ownership related props/signals:
|
||||
property bool isPendingOwnershipRequest: sectionItemModel.isPendingOwnershipRequest
|
||||
|
||||
onIsPrivilegedUserChanged: if (root.currentIndex === 1) root.currentIndex = 0
|
||||
|
||||
onCurrentIndexChanged: {
|
||||
Global.closeCreateChatView()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue