diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index a245829..37853d5 100644 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -356,7 +356,8 @@ class SpendTab(QWidget): current_path = os.path.dirname(os.path.realpath(__file__)) firstarg = QFileDialog.getOpenFileName(self, 'Choose Schedule File', - directory=current_path) + directory=current_path, + options=QFileDialog.DontUseNativeDialog) #TODO validate the schedule log.debug('Looking for schedule in: ' + str(firstarg)) if not firstarg: