From e64414f1ffce20ab15792c47f8224294a165ed91 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:27:49 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/stores/useModelStore.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stores/useModelStore.ts b/src/stores/useModelStore.ts index 3f1e0ef..87f7584 100644 --- a/src/stores/useModelStore.ts +++ b/src/stores/useModelStore.ts @@ -163,6 +163,9 @@ export const useModelStore = create((set) => ({ xrSupported: null, setXrSupported: (xrSupported) => set({ xrSupported }), + scaleRatio: SCALE_PRESETS.find(p => p.label === '1:1')!, + setScaleRatio: (scaleRatio) => set({ scaleRatio }), + opacity: 1, setOpacity: (opacity) => set({ opacity }),