From d471d93c1ef72e74345cd8e123c43514ba824b86 Mon Sep 17 00:00:00 2001 From: Aron Budea Date: Thu, 25 Apr 2024 02:13:23 +0200 Subject: [PATCH] browser: Add correct class to Share / See History buttons in Impress ...as in other tabbed bar JS files. Signed-off-by: Aron Budea Change-Id: I29c43d9dc0ce4fa929e049e70171e0b8ab029088 --- browser/src/control/Control.NotebookbarImpress.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/src/control/Control.NotebookbarImpress.js b/browser/src/control/Control.NotebookbarImpress.js index bbd010844f..a68c7ead9c 100644 --- a/browser/src/control/Control.NotebookbarImpress.js +++ b/browser/src/control/Control.NotebookbarImpress.js @@ -222,6 +222,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ (this._map['wopi'].EnableShare) ? { 'id': 'ShareAs', + 'class': 'unoShareAs', 'type': 'customtoolitem', 'text': _('Share'), 'command': 'shareas', @@ -231,6 +232,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ (L.Params.revHistoryEnabled) ? { 'id': 'Rev-History', + 'class': 'unoRev-History', 'type': 'customtoolitem', 'text': _('See history'), 'command': 'rev-history',