diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-28 02:09:04 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-28 02:09:04 +0200 |
commit | 051c25d5b87c2351df46173f19b907cea436fa3b (patch) | |
tree | 7e68ff95c1a678cc614f908e67cef5fe0c6a624c /resources/res.qrc | |
parent | Fix infinite loop that can be triggered by some invalid html (diff) | |
download | nheko-051c25d5b87c2351df46173f19b907cea436fa3b.tar.xz |
Allow editing permissions in spaces recursively
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 27d9c081..7affe702 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -162,6 +162,7 @@ <file>qml/dialogs/LogoutDialog.qml</file> <file>qml/dialogs/PhoneNumberInputDialog.qml</file> <file>qml/dialogs/PowerLevelEditor.qml</file> + <file>qml/dialogs/PowerLevelSpacesApplyDialog.qml</file> <file>qml/dialogs/RawMessageDialog.qml</file> <file>qml/dialogs/ReadReceipts.qml</file> <file>qml/dialogs/RoomDirectory.qml</file> |