fix: use selected proxy after profile changed

This commit is contained in:
GyDi
2023-01-15 21:33:03 +08:00
parent 9fee228d1a
commit 9249059cb7
5 changed files with 60 additions and 69 deletions

View File

@@ -71,9 +71,3 @@ export const atomUpdateState = atom<boolean>({
key: "atomUpdateState",
default: false,
});
// current profile uid
export const atomCurrentProfile = atom<string>({
key: "atomCurrentProfile",
default: "",
});