mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
parent
24f3a1c9bd
commit
9a162544cc
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import Config, * as UpdateConfig from "../config";
|
|||
import * as CustomText from "./custom-text";
|
||||
import * as TestInput from "./test-input";
|
||||
import * as ConfigEvent from "../observables/config-event";
|
||||
import { setCustomTextName } from "../states/custom-text-name";
|
||||
|
||||
interface Before {
|
||||
mode: MonkeyTypes.Mode | null;
|
||||
|
|
@ -96,6 +97,8 @@ export function init(missed: boolean, slow: boolean): void {
|
|||
);
|
||||
CustomText.setTime(-1);
|
||||
|
||||
setCustomTextName("practise", undefined);
|
||||
|
||||
before.mode = mode;
|
||||
before.punctuation = punctuation;
|
||||
before.numbers = numbers;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue