chore(PermissionsDropdown): Temporarily hide channel-level permissions from the dropdown

Closes: #9537
This commit is contained in:
Michał Cieślak 2023-03-20 13:04:21 +01:00 committed by Michał
parent 842e4565bd
commit 4e3263fddd
1 changed files with 4 additions and 0 deletions

View File

@ -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