From 0cfe906fb8a42d30b4bdd71cd8873ebcd6594d43 Mon Sep 17 00:00:00 2001 From: parneet-guraya Date: Fri, 26 Jan 2024 17:48:22 +0530 Subject: [PATCH] add changelog Signed-off-by: parneet-guraya --- changelog/unreleased/4289 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/4289 diff --git a/changelog/unreleased/4289 b/changelog/unreleased/4289 new file mode 100644 index 00000000000..45c68289819 --- /dev/null +++ b/changelog/unreleased/4289 @@ -0,0 +1,6 @@ +Enhancement: Local-only option in file remove dialog is checks selected file/folder (files in folder recursively) and shown if at least one local file exists. + +Now local-only option in remove dialog will check file/folder (files in folder) from selection and will show it if at least one local file (downloaded) exists. + +https://github.com/owncloud/android/issues/3936 +https://github.com/owncloud/android/pull/4289