mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
small comment explaining gui importation section of electrum script
This commit is contained in:
parent
b027678d0e
commit
434ef95d65
1 changed files with 3 additions and 1 deletions
4
electrum
4
electrum
|
@ -126,7 +126,9 @@ if __name__ == '__main__':
|
|||
else:
|
||||
cmd = args[0]
|
||||
firstarg = args[1] if len(args) > 1 else ''
|
||||
|
||||
|
||||
#this entire if/else block is just concerned with importing the
|
||||
#right GUI toolkit based the GUI command line option given
|
||||
if cmd == 'gui':
|
||||
|
||||
if options.gui=='gtk':
|
||||
|
|
Loading…
Add table
Reference in a new issue