enhance(client): ノートの操作部をホバー時のみ表示するオプション

This commit is contained in:
syuilo
2023-02-28 20:53:32 +09:00
parent 83a67606a9
commit 7c3a390763
6 changed files with 45 additions and 8 deletions

View File

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