From 307ed09cd83d7b3a4c2aa9604f638631099363cf Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Thu, 18 Apr 2024 16:11:57 +0300 Subject: [PATCH] [start page] fix wrong icons after app scaling --- common/loginpage/src/panelrecent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/loginpage/src/panelrecent.js b/common/loginpage/src/panelrecent.js index 7220907aa..b1c91b105 100644 --- a/common/loginpage/src/panelrecent.js +++ b/common/loginpage/src/panelrecent.js @@ -73,7 +73,7 @@

- ${isSvgIcons? '':''} + ${isSvgIcons? '':''} ${_lang.textNoFiles}

@@ -130,7 +130,7 @@ emptylist.toggleClass('text-emptylist text-emptylist-svg'); if(pasteSvg && !emptylist.find('svg').length) - emptylist.prepend($('')); + emptylist.prepend($('')); $('#box-recent .cicon').each(function () { elm = $(this);