1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-28 10:04:43 +02:00
This commit is contained in:
syuilo
2026-04-29 15:23:00 +09:00
parent fc97ba41af
commit 27578f2688
7 changed files with 23 additions and 5 deletions

View File

@@ -542,6 +542,9 @@ export const PREF_DEF = definePreferences({
'world.resolution': {
default: null as 0.5 | 1 | 2 | null,
},
'world.antialias': {
default: true,
},
'experimental.stackingRouterView': {
default: false,