summary refs log tree commit diff
path: root/resources/qml/InviteDialog.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-06-12 12:00:59 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:32 -0400
commit59a2630be74898c5d8c13dbf0489e5caa94063fd (patch)
treec22f4755aad2f54bfa511d8171cd0ac2f13ec314 /resources/qml/InviteDialog.qml
parentFix item that accept() is called on (diff)
downloadnheko-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.qml1
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()