diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-02 03:15:07 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-02 03:15:39 +0200 |
commit | 3528fe4e5dee1684f43e14fc9c6a50b4c1e25faf (patch) | |
tree | de846207ac1332fd8ae97662c3c8fbe4540b4dbf /resources/qml/TimelineView.qml | |
parent | Translated using Weblate (Estonian) (diff) | |
download | nheko-3528fe4e5dee1684f43e14fc9c6a50b4c1e25faf.tar.xz |
Warn the user before they ping the whole room
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 9bc4bef0..f12060f2 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -123,6 +123,9 @@ Item { color: Nheko.theme.separator } + NotificationWarning { + } + ReplyPopup { } |