fix(betterNotes): add restart needed for hide notes patch (#258)
This commit is contained in:
parent
f4d7a1f4fb
commit
e7573382fe
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ export default definePlugin({
|
|||
hide: {
|
||||
type: OptionType.BOOLEAN,
|
||||
description: "Hide notes",
|
||||
default: false
|
||||
default: false,
|
||||
restartNeeded: true
|
||||
},
|
||||
noSpellCheck: {
|
||||
type: OptionType.BOOLEAN,
|
||||
|
|
Loading…
Reference in a new issue