fix: set auto-cycle to None only during wallet creation
This commit is contained in:
@@ -212,8 +212,6 @@ class NetworkDialog(QDialog):
|
||||
def do_exec(self):
|
||||
|
||||
if not self.exec_():
|
||||
self.config.set_key("server", None, True)
|
||||
self.config.set_key('auto_cycle', False, True)
|
||||
return
|
||||
|
||||
server = ':'.join([str( self.server_host.text() ),
|
||||
|
||||
Reference in New Issue
Block a user