This commit is contained in:
ThatOneCalculator 2022-10-25 23:00:20 -07:00
parent 7067876dc1
commit 73d533ff4f

View file

@ -265,7 +265,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
showAdminUpdates: { showAdminUpdates: {
where: 'account', where: 'account',
default: false, default: true,
} }
})); }));