no change, but more comfortable
This commit is contained in:
parent
9d9047c33d
commit
0a99366298
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ async function chooseAntenna(ev: MouseEvent): Promise<void> {
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveSrc(
|
function saveSrc(
|
||||||
newSrc: "home" | "local" | "recommended" | "social" | "global"
|
newSrc: "home" | "local" | "social" | "recommended" | "global"
|
||||||
): void {
|
): void {
|
||||||
defaultStore.set("tl", {
|
defaultStore.set("tl", {
|
||||||
...defaultStore.state.tl,
|
...defaultStore.state.tl,
|
||||||
|
|
Loading…
Reference in a new issue