fix: plugin config default value

This commit is contained in:
JellyBrick
2023-11-28 10:21:08 +09:00
parent 04d7b32d3f
commit 3e8a0ec49a
12 changed files with 44 additions and 91 deletions

View File

@ -9,7 +9,7 @@ export default createPlugin({
name: 'Navigation',
restartNeeded: true,
config: {
enabled: false,
enabled: true,
},
stylesheets: [style],
renderer() {