mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
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…
x
Reference in New Issue
Block a user