[DE] Fix Bug 54194
This commit is contained in:
parent
198c278c29
commit
eb8d5b1160
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue