From 29f100c1627daf5b026cb84e9f85349e27fb14d5 Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Fri, 1 Sep 2023 11:15:20 +0200 Subject: [PATCH] gui: Fix File Versioning icon to match in all places (#9070) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, different icons are used for File Versioning when displayed in the unfolded folder info in the main part of the GUI, and the icon used in the Edit Folder modal. This changes the main GUI icon to match the icon used in the modal. Signed-off-by: Tomasz WilczyƄski --- gui/default/index.html | 2 +- gui/default/syncthing/folder/editFolderModalView.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index 83cd43f79..776554008 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -533,7 +533,7 @@ -  File Versioning +  File Versioning Trash Can diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html index 4a6166269..2faa72d57 100644 --- a/gui/default/syncthing/folder/editFolderModalView.html +++ b/gui/default/syncthing/folder/editFolderModalView.html @@ -4,7 +4,7 @@