mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 12:33:38 +00:00
公開範囲に色付け(localonly) コミット忘れ
This commit is contained in:
@@ -360,6 +360,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
where: 'device',
|
||||
default: '#00FFFF',
|
||||
},
|
||||
localOnlyColor:{
|
||||
where:'device',
|
||||
default: '#2b2c41'
|
||||
},
|
||||
numberOfGamingSpeed: {
|
||||
where: 'device',
|
||||
default: 44,
|
||||
|
||||
Reference in New Issue
Block a user