feat: disable win fanfare and sharing if guide was used
This commit is contained in:
@@ -24,6 +24,7 @@ export function useSolver() {
|
||||
return;
|
||||
}
|
||||
if (isProcessing.value) return;
|
||||
store.markGuideUsed();
|
||||
ensureWorker();
|
||||
isProcessing.value = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user