chore: make tlHintClosed account setting

This commit is contained in:
naskya 2023-10-16 02:04:44 +09:00
parent e2cfb8536b
commit 12611de598
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -41,23 +41,23 @@ export const defaultStore = markRaw(
default: 0,
},
tlHomeHintClosed: {
where: "device",
where: "account",
default: false,
},
tlLocalHintClosed: {
where: "device",
where: "account",
default: false,
},
tlRecommendedHintClosed: {
where: "device",
where: "account",
default: false,
},
tlSocialHintClosed: {
where: "device",
where: "account",
default: false,
},
tlGlobalHintClosed: {
where: "device",
where: "account",
default: false,
},
keepCw: {