Skip to content

Commit

Permalink
RPC username not passed to app from config window in RPC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand256 authored Mar 20, 2017
1 parent fc9479c commit d35da0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wnd_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def controlsToConfig(self, cfg):
self.edtRpcPort.setFocus()
return False
modified = modified or cfg.rpc_user != self.edtRpcUsername.text()
cfg.rpc_user = self.edtRpcUsername.text()
modified = modified or cfg.rpc_password != self.edtRpcPassword.text()
cfg.rpc_password = self.edtRpcPassword.text()

Expand Down

0 comments on commit d35da0c

Please sign in to comment.