mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 03:35:30 +02:00
wip
This commit is contained in:
@@ -533,6 +533,13 @@ export const PREF_DEF = definePreferences({
|
||||
},
|
||||
},
|
||||
|
||||
'world.graphicsQuality': {
|
||||
default: null as number | null,
|
||||
},
|
||||
'world.fps': {
|
||||
default: null as 'max' | '120' | '60' | '30' | null,
|
||||
},
|
||||
|
||||
'experimental.stackingRouterView': {
|
||||
default: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user