Fix rerun flag not being unset after stream finishes (#5237)

This commit is contained in:
Mm2PL
2024-03-09 11:22:23 +01:00
committed by GitHub
parent 9151446c0e
commit 8cea86cf17
5 changed files with 32 additions and 1 deletions
@@ -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);