this better work

This commit is contained in:
ThatOneCalculator 2022-11-21 21:15:20 -08:00
parent 917191539d
commit 3f2967453c
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.16.11",
"version": "12.119.0-calc.16.12",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -163,6 +163,7 @@ function pin(pin) {
}
watch(() => path, fetchPage, { immediate: true });
watch(() => bgImg, getBgImg, {});
const headerActions = $computed(() => []);