mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
don't use native dialog for schedule open
This commit is contained in:
parent
d421aea919
commit
02c2b4baad
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue