Skip to content

Commit

Permalink
change tour check
Browse files Browse the repository at this point in the history
Signed-off-by: Anvay Mathur <contact@anvaymathur.com>
  • Loading branch information
megagames-me committed Dec 31, 2024
1 parent 169e070 commit 287a7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content_script/scores/scoreTools/SingleAssignment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,11 @@
});
let doneTour = (
(await browser.storage.local.get("doneTour")) as { doneTour: boolean }
(await browser.storage.local.get("doneTour10")) as { doneTour: boolean }
).doneTour;
tour.on("complete", () => {
browser.storage.local.set({ doneTour: true });
browser.storage.local.set({ doneTour10: true });
});
if (!doneTour) {
Expand Down

0 comments on commit 287a7e4

Please sign in to comment.