feat: disable win fanfare and sharing if guide was used

This commit is contained in:
2026-02-10 02:30:58 +01:00
parent 7610a4a523
commit 9f89fe4340
3 changed files with 20 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ export function useSolver() {
return;
}
if (isProcessing.value) return;
store.markGuideUsed();
ensureWorker();
isProcessing.value = true;