summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorLordMZTE <lord@mzte.de>2021-03-28 14:00:35 +0200
committerLordMZTE <lord@mzte.de>2021-03-28 14:00:35 +0200
commit4e6150f28e4b2fccc07e48b02ef957f4cee95297 (patch)
treeee918bbd3bc824d80070f6cce2e2c89a0fd2d39a /src/timeline
parentremove incorrect include (diff)
downloadnheko-4e6150f28e4b2fccc07e48b02ef957f4cee95297.tar.xz
implement requested changes
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/InputBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp

index 2d76e7fb..69d129ce 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -525,7 +525,7 @@ InputBar::command(QString command, QString args) } else if (command == "plain") { message(args, MarkdownOverride::OFF); } else if (command == "rainbow") { - message(args, MarkdownOverride::NOT_SPECIFIED, true); + message(args, MarkdownOverride::ON, true); } }