diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-02-27 18:12:19 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-02-28 20:10:25 -0500 |
commit | b4f8d4947ff517ae1498d5787ebb34ca3803ad13 (patch) | |
tree | e85169b7add5e3918a20791e4784df5bc002f24e /resources/qml | |
parent | Move command calculation logic into InputBar (diff) | |
download | nheko-b4f8d4947ff517ae1498d5787ebb34ca3803ad13.tar.xz |
Simplify code a bit
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 100ed1d7..cc615fd3 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -167,7 +167,6 @@ Item { } MessageInput { - id: input } } |