Save the proxy password so you don't have to reenter it after restart

This commit is contained in:
Nachtalb 2021-10-23 02:16:04 +02:00
parent 578b1947e2
commit 206d554ce1
No known key found for this signature in database
GPG key ID: E48DF13C07055D92
2 changed files with 2 additions and 0 deletions

View file

@ -538,6 +538,7 @@ Network.prototype.export = function () {
"proxyPort",
"proxyUsername",
"proxyEnabled",
"proxyPassword",
]);
network.channels = this.channels

View file

@ -49,6 +49,7 @@ describe("Network", function () {
proxyEnabled: false,
proxyHost: "",
proxyPort: 1080,
proxyPassword: "",
proxyUsername: "",
channels: [
{name: "#thelounge", key: ""},