Merge pull request #1444 from Saint-dev/master

Change funbox on results screen
This commit is contained in:
Jack 2021-05-18 20:19:48 +01:00 committed by GitHub
commit 0311767e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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