clickToShowInstanceTickerWindow

This commit is contained in:
fly_mc 2024-11-15 12:56:59 +08:00
parent 423152468d
commit 9a4cde8322

View file

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