diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-06-12 12:00:59 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-20 21:47:32 -0400 |
commit | 59a2630be74898c5d8c13dbf0489e5caa94063fd (patch) | |
tree | c22f4755aad2f54bfa511d8171cd0ac2f13ec314 /resources/qml/InviteDialog.qml | |
parent | Fix item that accept() is called on (diff) | |
download | nheko-59a2630be74898c5d8c13dbf0489e5caa94063fd.tar.xz |
Simplify room details access
This removes the redundant room name property
Diffstat (limited to 'resources/qml/InviteDialog.qml')
-rw-r--r-- | resources/qml/InviteDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml index 8ba0f262..2932e398 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml @@ -56,7 +56,6 @@ ApplicationWindow { id: inviteeEntry placeholderText: qsTr("@joe:matrix.org", "Example user id. The name 'joe' can be localized however you want.") - backgroundColor: colors.window Layout.fillWidth: true onAccepted: if (text !== "") addInvite() Component.onCompleted: forceActiveFocus() |