Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-20 17:36:30 +0300
committerHannah von Reth <vonreth@kde.org>2021-04-15 13:15:18 +0300
commitd9050455aca5421884c88c4739dca69a04b28877 (patch)
tree64ed72f2897e9975ccaba490c822e899f7bce7f2 /src/libsync/theme.h
parent2fb500f683498b180d36d7487f7e29af77ed3e88 (diff)
Add branding option to enforce Windows VFS
Diffstat (limited to 'src/libsync/theme.h')
-rw-r--r--src/libsync/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 1c7f5221d..d86919519 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -404,6 +404,8 @@ public:
*/
virtual bool showVirtualFilesOption() const;
+ virtual bool forceVirtualFilesOption() const;
+
/**
* @brief Whether to show options considered as experimental.
*