summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/InputBar.cpp')
-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); } }