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>2021-10-27 12:05:14 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-10-27 15:20:55 +0300
commit2b70834dd15c16b2b34efcc3952c5238419581da (patch)
treea3fdbf5d67adf2c071be6b3e140711ab32e7c3af /src/libsync/theme.cpp
parentd4f52b107fe5a066662a060bdbc2e7357f8be084 (diff)
Add branding parameter to disable explorer context menu icons
Fixes: #9167
Diffstat (limited to 'src/libsync/theme.cpp')
-rw-r--r--src/libsync/theme.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index dca5280b8..b75beb36c 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -678,4 +678,9 @@ bool Theme::connectionValidatorClearCookies() const
return false;
}
+bool Theme::enableSocketApiIconSupport() const
+{
+ return true;
+}
+
} // end namespace client