1
0

qml: clean up

This commit is contained in:
Sander van Grieken
2022-07-12 18:58:36 +02:00
parent 63fed38305
commit 894495aa92
6 changed files with 17 additions and 62 deletions

View File

@@ -97,7 +97,9 @@ class QEAppController(QObject):
+ '/../icons/electrum.png')
notification.notify('Electrum', message, app_icon=icon, app_name='Electrum')
except ImportError:
self.logger.error('Notification: needs plyer; `sudo python3 -m pip install plyer`')
self.logger.warning('Notification: needs plyer; `sudo python3 -m pip install plyer`')
except Exception as e:
self.logger.error(repr(e))
@pyqtSlot(str, str)
def doShare(self, data, title):