This commit is contained in:
Miodec 2022-02-10 21:39:12 +01:00
parent 6af3e5e89e
commit 82e8edbc2f

View file

@ -62,6 +62,6 @@ export function hide() {
$(document).ready(() => {
UpdateConfig.subscribeToEvent((eventKey, eventValue) => {
if (eventKey === "showLiveWpm") eventValue ? show() : hide();
if (eventKey === "showLiveAcc") eventValue ? show() : hide();
});
});