Skip to content

Commit

Permalink
do not provide a default local directory
Browse files Browse the repository at this point in the history
Signed-off-by: Rainer Walke <walke@demogr.mpg.de>
  • Loading branch information
rwalke committed Dec 4, 2024
1 parent 0443951 commit f3b6258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/owncloudsetupwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void OwncloudSetupWizard::startWizard()
localFolder = QDir::homePath() + QLatin1Char('/') + localFolder;
}

localFolder = "Please select folder";
_ocWizard->setProperty("localFolder", localFolder);
{
ConfigFile cfg;
Expand Down

0 comments on commit f3b6258

Please sign in to comment.