🎨 database

This commit is contained in:
Vanessa 2023-10-09 09:52:40 +08:00
parent 179b6f30fd
commit 3d1eb802ff
2 changed files with 1 additions and 2 deletions

View file

@ -795,7 +795,6 @@ app.whenReady().then(() => {
});
return;
}
event.sender.session.setProxy({proxyRules: data.proxyURL}).then(() => {
console.log("network proxy [" + data.proxyURL + "]");
});