mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
showing shift enter message
This commit is contained in:
parent
1e503417f0
commit
54a7fb1ead
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export async function update(): Promise<void> {
|
|||
const isLong = CustomTextState.isCustomTextLong();
|
||||
if (Config.mode === "custom" && customTextName !== "" && isLong) {
|
||||
$(".pageTest #testModesNotice").append(
|
||||
`<div class="textButton noInteraction"><i class="fas fa-book"></i>tracking progress for ${customTextName}</div>`
|
||||
`<div class="textButton noInteraction"><i class="fas fa-book"></i>${customTextName} (shift + enter to save progress)</div>`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue