diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-03-25 20:02:22 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-04-08 18:59:17 -0400 |
commit | 0c1cd7a3595889abd338c98ecda9a1b010a2406a (patch) | |
tree | eece552c1bb871e85fbdba3819c83a9aec013299 /src | |
parent | Move effects into a separate file (diff) | |
download | nheko-0c1cd7a3595889abd338c98ecda9a1b010a2406a.tar.xz |
Fix command name
Diffstat (limited to 'src')
-rw-r--r-- | src/timeline/InputBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp index 23e94945..0fa5cff4 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp @@ -281,7 +281,7 @@ InputBar::updateTextContentProperties(const QString &t) QStringLiteral("rainbownotice"), QStringLiteral("confetti"), QStringLiteral("rainbowconfetti"), - QStringLiteral("rain"), + QStringLiteral("rainfall"), QStringLiteral("rainbowrain"), QStringLiteral("msgtype"), QStringLiteral("goto"), |