Skip to content

Commit 38f748b

Browse files
committed
fix(stage-tamagotchi): unknown reference
1 parent b8d419f commit 38f748b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/stage-tamagotchi/src/composables/use-rdev-mouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const useRdevMouse = createSharedComposable(() => {
1313
const scaleFactor = ref(1)
1414

1515
const { listen } = useTauriEvent<AiriTamagotchiEvents>()
16-
const { getScaleFactor } = useTauriDpi()
16+
const { convertPhysicalToLogical, getScaleFactor } = useTauriDpi()
1717

1818
// Update scale factor when DPI changes
1919
async function updateScaleFactor() {

0 commit comments

Comments
 (0)