fixed a small bug where a "quick restart is disabled" message would show up when changing pages

This commit is contained in:
Miodec 2023-01-25 12:51:42 +01:00
parent 0003c7651d
commit 597229918c

View file

@ -13,6 +13,7 @@ export const page = new Page(
$(".page.pageTest"),
"/",
async () => {
ManualRestart.set();
TestLogic.restart();
Funbox.clear();
ModesNotice.update();