schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(storage): closeCurrentTab fallback regression

willow 0f55e81e c3eb38e5

+1 -1
+1 -1
src/utils/storage/plugins.ts
··· 80 80 type: "toggle", 81 81 name: "Close current tab", 82 82 description: "When switching to another tab, close the current one.", 83 - default: { toggle: true }, 83 + default: { toggle: false }, 84 84 }, 85 85 }, 86 86 },