chore: make tlHintClosed account setting
This commit is contained in:
parent
e2cfb8536b
commit
12611de598
@ -41,23 +41,23 @@ export const defaultStore = markRaw(
|
|||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
tlHomeHintClosed: {
|
tlHomeHintClosed: {
|
||||||
where: "device",
|
where: "account",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
tlLocalHintClosed: {
|
tlLocalHintClosed: {
|
||||||
where: "device",
|
where: "account",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
tlRecommendedHintClosed: {
|
tlRecommendedHintClosed: {
|
||||||
where: "device",
|
where: "account",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
tlSocialHintClosed: {
|
tlSocialHintClosed: {
|
||||||
where: "device",
|
where: "account",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
tlGlobalHintClosed: {
|
tlGlobalHintClosed: {
|
||||||
where: "device",
|
where: "account",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
keepCw: {
|
keepCw: {
|
||||||
|
Loading…
Reference in New Issue
Block a user