We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e397c69 commit a55b6f4Copy full SHA for a55b6f4
src/gui/qgsfilewidget.cpp
@@ -209,7 +209,7 @@ void QgsFileWidget::openFileDialog()
209
{
210
defPath = QDir::homePath();
211
}
212
- oldPath = settings.value( QStringLiteral( "UI/lastExternalResourceWidgetDefaultPath" ), defPath ).toString();
+ oldPath = settings.value( QStringLiteral( "UI/lastFileNameWidgetDir" ), defPath ).toString();
213
214
215
// Handle Storage
0 commit comments