From d30ac40772ec1b4706922afd8acab8448af39a9e Mon Sep 17 00:00:00 2001 From: Julien-Pierre Avérous Date: Thu, 13 Feb 2020 19:22:35 +0200 Subject: Enhance content path feature (#2778) - Add a maintenance section to be able to clear cache and force reload a feed. - Add an icon next to path field to show a pop-up with the result of the content path. Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite Co-authored-by: Marien Fressinaud --- app/Models/Themes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/Themes.php') diff --git a/app/Models/Themes.php b/app/Models/Themes.php index 235269e39..c58959527 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -86,6 +86,7 @@ class FreshRSS_Themes extends Minz_Model { 'key' => '⚿', 'label' => '🏷️', 'link' => '↗', + 'look' => '👁', 'login' => '🔒', 'logout' => '🔓', 'next' => '⏩', -- cgit v1.2.3