From 893da9c395a5187131f35ca806de70a6d647f187 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 4 Aug 2023 10:25:53 -0700 Subject: [PATCH] enh: use alarm icon Signed-off-by: Christopher Ng --- apps/files/js/fileactions.js | 2 +- apps/files_reminders/img/alarm.svg | 5 +++++ apps/files_reminders/img/remind.svg | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 apps/files_reminders/img/alarm.svg delete mode 100644 apps/files_reminders/img/remind.svg diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index ad4e599c98e51..c19440b8209ee 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -719,7 +719,7 @@ mime: 'all', order: -24, icon: function(_filename, _context) { - return OC.imagePath('files_reminders', 'remind.svg') + return OC.imagePath('files_reminders', 'alarm.svg') }, permissions: OC.PERMISSION_READ, actionHandler: function(_filename, _context) {}, diff --git a/apps/files_reminders/img/alarm.svg b/apps/files_reminders/img/alarm.svg new file mode 100644 index 0000000000000..0adc35472038c --- /dev/null +++ b/apps/files_reminders/img/alarm.svg @@ -0,0 +1,5 @@ + + + + diff --git a/apps/files_reminders/img/remind.svg b/apps/files_reminders/img/remind.svg deleted file mode 100644 index 23e2d45681322..0000000000000 --- a/apps/files_reminders/img/remind.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - -