mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
gui/wizard: Do not check vfs path availability with macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
0b5b0f44e1
commit
e7d6434ff7
@ -412,6 +412,7 @@ bool OwncloudAdvancedSetupPage::isConfirmBigFolderChecked() const
|
||||
|
||||
bool OwncloudAdvancedSetupPage::validatePage()
|
||||
{
|
||||
#ifndef BUILD_FILE_PROVIDER_MODULE
|
||||
if (useVirtualFileSync()) {
|
||||
const auto availability = Vfs::checkAvailability(localFolder(), bestAvailableVfsMode());
|
||||
if (!availability) {
|
||||
@ -424,6 +425,7 @@ bool OwncloudAdvancedSetupPage::validatePage()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!_created) {
|
||||
setErrorString(QString());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user