公開範囲に色付け(localonly) コミット忘れ
This commit is contained in:
parent
dd7b6f92df
commit
90028a96b6
|
@ -360,6 +360,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: '#00FFFF',
|
default: '#00FFFF',
|
||||||
},
|
},
|
||||||
|
localOnlyColor:{
|
||||||
|
where:'device',
|
||||||
|
default: '#2b2c41'
|
||||||
|
},
|
||||||
numberOfGamingSpeed: {
|
numberOfGamingSpeed: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: 44,
|
default: 44,
|
||||||
|
|
Loading…
Reference in New Issue