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",
|
"proxyPort",
|
||||||
"proxyUsername",
|
"proxyUsername",
|
||||||
"proxyEnabled",
|
"proxyEnabled",
|
||||||
|
"proxyPassword",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
network.channels = this.channels
|
network.channels = this.channels
|
||||||
|
@ -49,6 +49,7 @@ describe("Network", function () {
|
|||||||
proxyEnabled: false,
|
proxyEnabled: false,
|
||||||
proxyHost: "",
|
proxyHost: "",
|
||||||
proxyPort: 1080,
|
proxyPort: 1080,
|
||||||
|
proxyPassword: "",
|
||||||
proxyUsername: "",
|
proxyUsername: "",
|
||||||
channels: [
|
channels: [
|
||||||
{name: "#thelounge", key: ""},
|
{name: "#thelounge", key: ""},
|
||||||
|
Loading…
Reference in New Issue
Block a user