diff --git a/frontend/src/ts/commandline/index.ts b/frontend/src/ts/commandline/index.ts index 3a350fc92..ac75a963c 100644 --- a/frontend/src/ts/commandline/index.ts +++ b/frontend/src/ts/commandline/index.ts @@ -18,6 +18,7 @@ import { import { update as updateCustomThemesList } from "./lists/custom-themes-list"; import { update as updateTagsCommands } from "./lists/tags"; import * as Skeleton from "../popups/skeleton"; +import * as ManualRestart from "../test/manual-restart-tracker"; const wrapperId = "commandLineWrapper"; @@ -292,6 +293,8 @@ function trigger(command: string): void { const list = CommandlineLists.current[CommandlineLists.current.length - 1]; let sticky = false; + ManualRestart.set(); + $.each(list.list, (_index, obj) => { if (obj.id == command) { if (obj.shouldFocusTestUI !== undefined) {