dev toggle scripts toggle animated background
parent
ee28aba792
commit
7780093898
|
@ -26,6 +26,7 @@ conf['transports']['tor'] = True
|
||||||
conf['transports']['sneakernet'] = True
|
conf['transports']['sneakernet'] = True
|
||||||
conf['statistics']['i_dont_want_privacy'] = False
|
conf['statistics']['i_dont_want_privacy'] = False
|
||||||
conf['statistics']['server'] = ''
|
conf['statistics']['server'] = ''
|
||||||
|
conf['ui']['animated_background'] = True
|
||||||
|
|
||||||
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)
|
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ conf['onboarding']['done'] = True
|
||||||
conf['general']['minimum_block_pow'] = block_pow
|
conf['general']['minimum_block_pow'] = block_pow
|
||||||
conf['general']['minimum_send_pow'] = block_pow
|
conf['general']['minimum_send_pow'] = block_pow
|
||||||
conf['log']['file']['remove_on_exit'] = False
|
conf['log']['file']['remove_on_exit'] = False
|
||||||
|
conf['ui']['animated_background'] = False
|
||||||
if input('Stat reporting? y/n') == 'y':
|
if input('Stat reporting? y/n') == 'y':
|
||||||
conf['statistics']['i_dont_want_privacy'] = True
|
conf['statistics']['i_dont_want_privacy'] = True
|
||||||
conf['statistics']['server'] = input('Statistics server')
|
conf['statistics']['server'] = input('Statistics server')
|
||||||
|
|
Loading…
Reference in New Issue