always enable auto_cycle for android
This commit is contained in:
parent
b1a727ef49
commit
f0c81abafb
2
electrum
2
electrum
@ -92,7 +92,7 @@ if __name__ == '__main__':
|
||||
|
||||
# config is an object passed to the various constructors (wallet, interface, gui)
|
||||
if is_android:
|
||||
config_options = {'wallet_path':"/sdcard/electrum.dat", 'portable':True, 'verbose':True, 'gui':'android'}
|
||||
config_options = {'wallet_path':"/sdcard/electrum.dat", 'portable':True, 'verbose':True, 'gui':'android', 'auto_cycle':True}
|
||||
else:
|
||||
config_options = eval(str(options))
|
||||
for k, v in config_options.items():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user