From eb8d5b116074320d026c3bec0d5ca55378dd6e0c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 29 Nov 2021 17:05:05 +0300 Subject: [PATCH] [DE] Fix Bug 54194 --- apps/common/main/lib/controller/ReviewChanges.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/common/main/lib/controller/ReviewChanges.js b/apps/common/main/lib/controller/ReviewChanges.js index 2e91f7a0b..8f6d95a61 100644 --- a/apps/common/main/lib/controller/ReviewChanges.js +++ b/apps/common/main/lib/controller/ReviewChanges.js @@ -918,6 +918,8 @@ define([ applySettings: function(menu) { this.view && this.view.turnSpelling( Common.localStorage.getBool(this.view.appPrefix + "settings-spellcheck", true) ); this.view && this.view.turnCoAuthMode( Common.localStorage.getBool(this.view.appPrefix + "settings-coauthmode", true) ); + if ((this.appConfig.canReview || this.appConfig.canViewReview) && this.appConfig.reviewHoverMode) + this.onApiShowChange(); }, synchronizeChanges: function() {