Fix rerun flag not being unset after stream finishes (#5237)
This commit is contained in:
@@ -384,6 +384,8 @@ void CommandController::initialize(Settings &, const Paths &paths)
|
||||
|
||||
#ifndef NDEBUG
|
||||
this->registerCommand("/fakemsg", &commands::injectFakeMessage);
|
||||
this->registerCommand("/debug-update-to-no-stream",
|
||||
&commands::injectStreamUpdateNoStream);
|
||||
#endif
|
||||
|
||||
this->registerCommand("/copy", &commands::copyToClipboard);
|
||||
|
||||
Reference in New Issue
Block a user