Minor fixes to dialogs, partially related to macOS

This commit is contained in:
Veronica K. B. Olsen
2020-10-07 18:38:43 +02:00
parent 357a407116
commit 87baabeaa5
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ class GuiConfigEditGeneralTab(QWidget):
dlgOpt = QFileDialog.Options()
dlgOpt |= QFileDialog.ShowDirsOnly
dlgOpt |= QFileDialog.DontUseNativeDialog
newDir = QFileDialog.getExistingDirectory(
newDir = QFileDialog.getExistingDirectory(
self, "Backup Directory", currDir, options=dlgOpt
)
if newDir: