schoolbox web extension :)
0
fork

Configure Feed

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

refactor(plugins/changeLogo): change defaults

* disable set as favicon by default

willow 4e4431c4 5b1afab0

+1 -1
+1 -1
src/entrypoints/plugins/changeLogo/index.ts
··· 52 52 }, 53 53 true, 54 54 { 55 - setAsFavicon: { toggle: true }, 55 + setAsFavicon: { toggle: false }, 56 56 logo: { id: "schooltape-rainbow" }, 57 57 }, 58 58 async (settings) => {