mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
another small toolkit comment
This commit is contained in:
parent
434ef95d65
commit
3e89b65025
1 changed files with 2 additions and 1 deletions
1
electrum
1
electrum
|
@ -161,6 +161,7 @@ if __name__ == '__main__':
|
||||||
app.exec_()
|
app.exec_()
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
#use the lite version if no toolkit specified
|
||||||
try:
|
try:
|
||||||
import lib.gui_lite as gui
|
import lib.gui_lite as gui
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue