1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00
This commit is contained in:
syuilo
2025-03-18 17:31:25 +09:00
parent 0a295e1bb0
commit d609f41f61
20 changed files with 324 additions and 73 deletions

View File

@@ -367,4 +367,8 @@ export const PREF_DEF = {
sfxVolume: 1,
},
},
'experimental.stackingRouterView': {
default: false,
},
} satisfies PreferencesDefinition;