fix: changelog popup default behaviour

This commit is contained in:
Timothy J. Baek 2024-02-23 00:50:54 -08:00
parent 05aea9edf9
commit 3ab2c384f2

View file

@ -184,7 +184,9 @@
}
});
if ($user.role === 'admin') {
showChangelog.set(localStorage.version !== $config.version);
}
await tick();
}