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 /changelog
parentd4f52b107fe5a066662a060bdbc2e7357f8be084 (diff)
Add branding parameter to disable explorer context menu icons
Fixes: #9167
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91676
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/9167 b/changelog/unreleased/9167
new file mode 100644
index 000000000..806d9d59b
--- /dev/null
+++ b/changelog/unreleased/9167
@@ -0,0 +1,6 @@
+Enhancement: Add branding option to disable icons in the file explorer
+
+We implemented a branding parameter to disable the display of icons in the
+file explorer context menu, this only affects Windows and Linux.
+
+https://github.com/owncloud/client/issues/9167