fix: 🥴

This commit is contained in:
ThatOneCalculator 2022-12-17 18:48:21 -08:00
parent a4457b8e2a
commit e1182f4db9
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.5-rc.10",
"version": "13.0.5-rc.11",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -172,9 +172,12 @@ async function sleep(seconds) {
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
}
if (defaultStore.state.woozyMode) {
instanceIcon.src = '/static-assets/woozy.png';
}
onMounted(() => {
if (defaultStore.state.woozyMode) {
instanceIcon.src = '/static-assets/woozy.png';
}
});
function easterEgg() {
iconClicks++;