diff options
-rw-r--r-- | frontend/src/ts/commandline/lists/result-screen.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index 2c9e3ae66..20b27c2ef 100644 --- a/frontend/src/ts/commandline/lists/result-screen.ts +++ b/frontend/src/ts/commandline/lists/result-screen.ts @@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = { { id: "practiseWordsCustom", display: "custom...", + opensModal: true, exec: (options): void => { PractiseWordsModal.show({ animationMode: "modalOnly", |