1
0

remove the kivy gui

We now use the qml gui on Android, and haven't been maintaining
the kivy GUI for a while.
This commit is contained in:
SomberNight
2023-08-30 13:11:33 +00:00
parent e8c0767ca7
commit b45c84f24f
182 changed files with 10 additions and 12398 deletions

View File

@@ -318,11 +318,10 @@ def main():
# config is an object passed to the various constructors (wallet, interface, gui)
if is_android:
import importlib.util
android_gui = 'kivy' if importlib.util.find_spec('kivy') else 'qml'
config_options = {
'verbosity': '*' if util.is_android_debug_apk() else '',
'cmd': 'gui',
SimpleConfig.GUI_NAME.key(): android_gui,
SimpleConfig.GUI_NAME.key(): 'qml',
SimpleConfig.WALLET_USE_SINGLE_PASSWORD.key(): True,
}
if util.get_android_package_name() == "org.electrum.testnet.electrum":