fix: 🥴
This commit is contained in:
parent
a4457b8e2a
commit
e1182f4db9
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.5-rc.10",
|
||||
"version": "13.0.5-rc.11",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user