watch bgimg

This commit is contained in:
ThatOneCalculator 2022-11-21 20:33:29 -08:00
parent dfba51fbef
commit bf0e7368ef
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -158,7 +158,7 @@ function pin(pin) {
});
}
watch(() => path, fetchPage, { immediate: true });
watch(() => path, fetchPage, bgImg, { immediate: true });
const headerActions = $computed(() => []);
@ -269,7 +269,7 @@ definePageMetadata(computed(() => page ? {
> .other {
> button {
padding: 8px;
padding: 2px;
margin: 0 8px;
&:hover {