1
0

Fix top level window issue on Mac

Better, more generic fix superseding prior two patches.
This commit is contained in:
Neil Booth
2016-01-10 12:56:12 +09:00
parent 56bc717da1
commit 83cc5e2001
3 changed files with 19 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ class OpenFileEventFilter(QObject):
class ElectrumGui(MessageBoxMixin):
class ElectrumGui:
def __init__(self, config, network, daemon, plugins):
set_language(config.get('language'))