1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 03:35:30 +02:00
This commit is contained in:
syuilo
2026-04-26 18:45:33 +09:00
parent 17697ba6ec
commit f5dae1d4c8
4 changed files with 44 additions and 7 deletions

View File

@@ -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,
},