Save the proxy password so you don't have to reenter it after restart
This commit is contained in:
parent
578b1947e2
commit
206d554ce1
@ -538,6 +538,7 @@ Network.prototype.export = function () {
|
||||
"proxyPort",
|
||||
"proxyUsername",
|
||||
"proxyEnabled",
|
||||
"proxyPassword",
|
||||
]);
|
||||
|
||||
network.channels = this.channels
|
||||
|
@ -49,6 +49,7 @@ describe("Network", function () {
|
||||
proxyEnabled: false,
|
||||
proxyHost: "",
|
||||
proxyPort: 1080,
|
||||
proxyPassword: "",
|
||||
proxyUsername: "",
|
||||
channels: [
|
||||
{name: "#thelounge", key: ""},
|
||||
|
Loading…
Reference in New Issue
Block a user