enhance(frontend): クリップボタンをノートアクションに追加できるように
This commit is contained in:
parent
e438091113
commit
5f52b13325
13 changed files with 199 additions and 62 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue