Skip to content

Commit 302d4b7

Browse files
committed
ProxyServerId was not restoring cause "Use Profile Proxy" of a Rule for Proxy not being restored with backup
1 parent d8d296c commit 302d4b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ export class ProxyRule implements Cloneable {
830830
this.ruleExact = source['ruleExact'];
831831
this.ruleSearch = source['ruleSearch'];
832832
this.proxy = source['proxy'];
833+
this.proxyServerId = source['proxyServerId'];
833834
if (source['enabled'] != null)
834835
this.enabled = source['enabled'] == true ? true : false;
835836

0 commit comments

Comments
 (0)