summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorShootingStarDragons <ShootingStarDragons@protonmail.com>2023-07-10 11:54:00 +0800
committerShootingStarDragons <ShootingStarDragons@protonmail.com>2023-07-12 09:39:07 +0800
commit478002d33f757a6efa714758bca5f5d3140ece70 (patch)
tree3a59cca90bb9ed7fb1efa7cf091bad83c988b064 /resources
parentFocus to the message input bar after selecting a file (diff)
downloadnheko-478002d33f757a6efa714758bca5f5d3140ece70.tar.xz
fix: duplicate id
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Completer.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml
index 9aebfdf5..590d5bb8 100644
--- a/resources/qml/Completer.qml
+++ b/resources/qml/Completer.qml
@@ -145,7 +145,6 @@ Control {
                     roleValue: "user"
 
                     RowLayout {
-                        id: del
 
                         anchors.centerIn: centerRowContent ? parent : undefined
                         spacing: rowSpacing
@@ -172,7 +171,6 @@ Control {
                     roleValue: "emoji"
 
                     RowLayout {
-                        id: del
 
                         anchors.centerIn: parent
                         spacing: rowSpacing
@@ -209,7 +207,6 @@ Control {
                     roleValue: "command"
 
                     RowLayout {
-                        id: del
 
                         anchors.centerIn: parent
                         spacing: rowSpacing
@@ -229,7 +226,6 @@ Control {
                     roleValue: "room"
 
                     RowLayout {
-                        id: del
 
                         anchors.centerIn: centerRowContent ? parent : undefined
                         spacing: rowSpacing
@@ -255,7 +251,6 @@ Control {
                     roleValue: "roomAliases"
 
                     RowLayout {
-                        id: del
 
                         anchors.centerIn: parent
                         spacing: rowSpacing