From 297e797d3fc5613d71a49e2df2e63283e0152524 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Thu, 19 Jun 2025 23:54:47 +0300 Subject: [PATCH] [desktop] fix bug 74395 --- apps/presentationeditor/main/resources/less/leftmenu.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index be3429ac27..eb54ff6fb4 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -83,6 +83,9 @@ &key { background: ~"url('@{common-image-const-path}/doc-formats/key.svg') no-repeat center"; } + &odg { + background: ~"url('@{common-image-const-path}/doc-formats/odg.svg') no-repeat center"; + } } div { @@ -430,6 +433,9 @@ &.key { .format-from-index(45); } + &.odg { + .format-from-index(49); + } } .svg-file-recent { background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";