Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions frontend/src/ts/test/test-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,14 @@ export async function afterTestWordChange(

export function onTestStart(): void {
Focus.set(true);
if (
Config.monkey &&
(Config.liveSpeedStyle === "text" || Config.liveAccStyle === "text")
) {
showNoticeNotification(
"Monkey is not compatible with text-style live speed or accuracy",
);
}
Monkey.show();
Comment thread
brovoski69 marked this conversation as resolved.
TimerProgress.show();
LiveSpeed.show();
Expand Down
Loading