Minor fixes to dialogs, partially related to macOS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user