mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +00:00
chore(PermissionsDropdown): Temporarily hide channel-level permissions from the dropdown
Closes: #9537
This commit is contained in:
parent
842e4565bd
commit
4e3263fddd
@ -112,6 +112,9 @@ StatusDropdown {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
// TODO: Channel-level permissions are temporarily hidden until they are
|
||||
// supported by the backend. Uncomment when backend functionality is ready.
|
||||
/*
|
||||
CustomSeparator {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: d.sectionHeight
|
||||
@ -136,6 +139,7 @@ StatusDropdown {
|
||||
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
*/
|
||||
|
||||
Separator {
|
||||
visible: !!group.checkedButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user