fix: 🥴
This commit is contained in:
parent
a4457b8e2a
commit
e1182f4db9
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.5-rc.10",
|
"version": "13.0.5-rc.11",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -172,9 +172,12 @@ async function sleep(seconds) {
|
||||||
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
|
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defaultStore.state.woozyMode) {
|
onMounted(() => {
|
||||||
instanceIcon.src = '/static-assets/woozy.png';
|
if (defaultStore.state.woozyMode) {
|
||||||
}
|
instanceIcon.src = '/static-assets/woozy.png';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
function easterEgg() {
|
function easterEgg() {
|
||||||
iconClicks++;
|
iconClicks++;
|
||||||
|
|
Loading…
Reference in New Issue