mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Merge pull request #1444 from Saint-dev/master
Change funbox on results screen
This commit is contained in:
commit
0311767e87
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ export async function activate(funbox, mode) {
|
|||
return true;
|
||||
}
|
||||
export function setFunbox(funbox, mode) {
|
||||
if (TestLogic.active || TestUI.resultVisible) {
|
||||
if (TestLogic.active) {
|
||||
Notifications.add(
|
||||
"You can only change the funbox before starting a test.",
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue