mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-25 01:34:02 +02:00
refactor: better proxy handling
This commit is contained in:
@@ -132,8 +132,8 @@ export function ProfilesDataTable({
|
||||
async (profileName: string, proxyId: string | null) => {
|
||||
try {
|
||||
await invoke("update_profile_proxy", {
|
||||
profileName,
|
||||
proxyId,
|
||||
profileName: profileName,
|
||||
proxy_id: proxyId,
|
||||
});
|
||||
setProxyOverrides((prev) => ({ ...prev, [profileName]: proxyId }));
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user