mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Wizard: show the choice to start a clean sync if the directory exist even on new accounts
Task #2406
This commit is contained in:
parent
05c0249672
commit
ce300d88ee
@ -152,7 +152,8 @@ bool OwncloudAdvancedSetupPage::dataChanged()
|
||||
Account *oldAccount = AccountManager::instance()->account();
|
||||
|
||||
if (!ocWizard || !oldAccount) {
|
||||
return false;
|
||||
// If there was no account configured before, the data is new (hence changed)
|
||||
return true;
|
||||
}
|
||||
|
||||
const QString url(field("OCUrl").toString());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user