gaming lighting speed change
This commit is contained in:
parent
da147417e9
commit
9fe170a488
24 changed files with 276 additions and 266 deletions
|
|
@ -90,6 +90,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: 'yyyy-MM-dd HH-mm-ss [{{number}}]',
|
||||
},
|
||||
|
||||
keepOriginalUploading: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
|
|
@ -346,6 +347,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 3,
|
||||
},
|
||||
numberOfGamingSpeed: {
|
||||
where: 'device',
|
||||
default: 44,
|
||||
},
|
||||
showNoteActionsOnlyHover: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue