diff --git a/nw/tools/projwizard.py b/nw/tools/projwizard.py index a5bedcc6..81b885e8 100644 --- a/nw/tools/projwizard.py +++ b/nw/tools/projwizard.py @@ -210,7 +210,7 @@ class ProjWizardFolderPage(QWizardPage): """ lastPath = self.mainConf.lastPath if not os.path.isdir(lastPath): - lastPath = os.path.expanduser("~") + lastPath = "" projDir = QFileDialog.getExistingDirectory( self, self.tr("Select Project Folder"), lastPath, options=QFileDialog.ShowDirsOnly