mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy: minor fixes
This commit is contained in:
parent
246cda2928
commit
dd22cb6dff
2 changed files with 3 additions and 1 deletions
|
@ -60,3 +60,6 @@ class ElectrumGui:
|
|||
plugins = self.plugins,
|
||||
gui_object=self)
|
||||
w.run()
|
||||
|
||||
def stop(self):
|
||||
pass
|
||||
|
|
|
@ -2,7 +2,6 @@ from kivy.lang import Builder
|
|||
from kivy.factory import Factory
|
||||
from electrum.gui.kivy.i18n import _
|
||||
from electrum.lnaddr import lndecode
|
||||
from electrum.gui.kivy.uix.dialogs.choice_dialog import ChoiceDialog
|
||||
from electrum.util import bh2u
|
||||
from electrum.bitcoin import COIN
|
||||
import electrum.simple_config as config
|
||||
|
|
Loading…
Add table
Reference in a new issue