fix: 🥴
This commit is contained in:
parent
8beceed4c3
commit
92954275a3
2 changed files with 7 additions and 4 deletions
|
@ -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 a new issue