unnecessary function call

This commit is contained in:
Miodec 2022-02-21 00:57:18 +01:00
parent 1233d266a1
commit f698158dea

View file

@ -201,7 +201,7 @@ export async function activate(funbox) {
UpdateConfig.setHighlightMode("letter", true);
}
}
ModesNotice.update();
// ModesNotice.update();
return true;
}