enhance(frontend): クリップボタンをノートアクションに追加できるように

This commit is contained in:
syuilo
2023-03-24 16:54:37 +09:00
parent e438091113
commit 5f52b13325
13 changed files with 199 additions and 62 deletions

View File

@@ -290,6 +290,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
showClipButtonInNoteFooter: {
where: 'device',
default: false,
},
aiChanMode: {
where: 'device',
default: false,