summary refs log tree commit diff
path: root/resources/qml/RoomSettings.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-15 01:39:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-15 21:13:53 +0200
commit84b2cf08a196e4af6bf40073d5416c4bdbdee031 (patch)
treee365c903dd47b81cb39087d95c9535fa3a813c99 /resources/qml/RoomSettings.qml
parentMerge branch 'master' of ssh://github.com/Nheko-Reborn/nheko (diff)
downloadnheko-84b2cf08a196e4af6bf40073d5416c4bdbdee031.tar.xz
Set Dialog flag on Dialogs
Relates to #538
Diffstat (limited to 'resources/qml/RoomSettings.qml')
-rw-r--r--resources/qml/RoomSettings.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml

index fdf8d980..0568cdc2 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml
@@ -21,6 +21,7 @@ ApplicationWindow { palette: colors color: colors.window modality: Qt.WindowModal + flags: Qt.Dialog Shortcut { sequence: StandardKey.Cancel