enhance(frontend): ブラウザのコンテキストメニューを使用できるように (#14076)

* enhance(frontend): ブラウザのコンテキストメニューを使用できるように

* Update Changelog

* shiftにした

* change keys

* fix

* fix

* fix

* update translation keys

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
かっこかり 2024-07-30 14:45:53 +09:00 committed by GitHub
parent 45f909ef33
commit 866abff54d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 0 deletions

View file

@ -458,6 +458,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
contextMenu: {
where: 'device',
default: 'app' as 'app' | 'appWithShift' | 'native',
},
sound_masterVolume: {
where: 'device',