From: Christian Kamm Date: Wed, 23 Jan 2019 12:07:56 +0000 (+0100) Subject: Vfs: Shell integration is enabled optionally X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~309 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2722c61515affd666d00c1337faf8b1d7b151579;p=nextcloud-desktop.git Vfs: Shell integration is enabled optionally Needs to be disabled for tests in some cases. --- diff --git a/src/common/vfs.h b/src/common/vfs.h index f9f209e13..9db7edc9c 100644 --- a/src/common/vfs.h +++ b/src/common/vfs.h @@ -53,6 +53,12 @@ struct OCSYNC_EXPORT VfsSetupParams /// Strings potentially passed on to the platform QString providerName; QString providerVersion; + + /** Whether native shell integration shall be enabled + * + * For some plugins that doesn't work well in tests. + */ + bool enableShellIntegration = true; }; /** Interface describing how to deal with virtual/placeholder files.