fix(betterNotes): add restart needed for hide notes patch (#258)

This commit is contained in:
Nico
2022-11-24 14:02:11 +01:00
committed by GitHub
parent f4d7a1f4fb
commit e7573382fe

View File

@ -48,7 +48,8 @@ export default definePlugin({
hide: {
type: OptionType.BOOLEAN,
description: "Hide notes",
default: false
default: false,
restartNeeded: true
},
noSpellCheck: {
type: OptionType.BOOLEAN,