diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-02-23 21:57:53 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-02-28 20:10:25 -0500 |
commit | b6ef00b5ee14bd0adc85c3a98bb8a127f79932ea (patch) | |
tree | df09acee8f648cea85aa75bfcd43b6f247e8cc81 /resources/res.qrc | |
parent | Enhance appearance of room ping warning (diff) | |
download | nheko-b6ef00b5ee14bd0adc85c3a98bb8a127f79932ea.tar.xz |
Show warning when invalid command is entered
Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command.
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 88159d40..5fbd00d7 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -123,7 +123,7 @@ <file>qml/ForwardCompleter.qml</file> <file>qml/SelfVerificationCheck.qml</file> <file>qml/TypingIndicator.qml</file> - <file>qml/NotificationWarning.qml</file> + <file>qml/MessageInputWarning.qml</file> <file>qml/components/AdaptiveLayout.qml</file> <file>qml/components/AdaptiveLayoutElement.qml</file> <file>qml/components/AvatarListTile.qml</file> |