diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-22 15:07:33 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-22 15:07:33 +0200 |
commit | 0ac550ecbb77c8aa3e3427c466f1be2c436a42aa (patch) | |
tree | e34bb1b4350963d4807eab8a37a41ca1a379779c /resources/qml/RoomSettings.qml | |
parent | Add trailing newline to session export to make gomuks happy (diff) | |
download | nheko-0ac550ecbb77c8aa3e3427c466f1be2c436a42aa.tar.xz |
Show confirmation dialog when leaving a room via the context menu
Diffstat (limited to '')
-rw-r--r-- | resources/qml/RoomSettings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml index b4936f3e..11b9fa2a 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml @@ -219,7 +219,7 @@ ApplicationWindow { title: qsTr("End-to-End Encryption") text: qsTr("Encryption is currently experimental and things might break unexpectedly. <br> Please take note that it can't be disabled afterwards.") - modality: Qt.NonModal + modality: Qt.Modal onAccepted: { if (roomSettings.isEncryptionEnabled) return ; |