disable verbose option with kivy
This commit is contained in:
parent
13b16e9d4f
commit
f2b208429d
3
electrum
3
electrum
@ -311,7 +311,8 @@ if __name__ == '__main__':
|
|||||||
if config_options.get('portable'):
|
if config_options.get('portable'):
|
||||||
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')
|
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')
|
||||||
|
|
||||||
set_verbosity(config_options.get('verbose'))
|
# kivy sometimes freezes when we write to sys.stderr
|
||||||
|
set_verbosity(config_options.get('verbose') and config_options.get('gui')!='kivy')
|
||||||
|
|
||||||
# check uri
|
# check uri
|
||||||
uri = config_options.get('url')
|
uri = config_options.get('url')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user