1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 07:03:59 +02:00
This commit is contained in:
syuilo
2026-04-27 08:36:41 +09:00
parent 5b945278f9
commit 3a5532211b
4 changed files with 37 additions and 13 deletions

View File

@@ -539,6 +539,9 @@ export const PREF_DEF = definePreferences({
'world.fps': {
default: null as 'max' | '120' | '60' | '30' | null,
},
'world.resolution': {
default: null as 0.5 | 1 | 2 | null,
},
'experimental.stackingRouterView': {
default: false,