spec(frontend/ad): 常に広告を表示するの既定値を有効に (MisskeyIO#913)

This commit is contained in:
あわわわとーにゅ 2025-01-18 20:53:03 +09:00 committed by GitHub
parent 15414e4ce5
commit a6f89f1444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -381,7 +381,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
forceShowAds: { forceShowAds: {
where: 'device', where: 'device',
default: false, default: true,
}, },
aiChanMode: { aiChanMode: {
where: 'device', where: 'device',