Skip to content

Commit

Permalink
Resolve Issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Mar 18, 2021
1 parent 97d5f87 commit d74f583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/Settings/User/General.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export class GeneralUserSettings {
showImages: value => Remote.saveSetting('ShowImages', value ? 1 : 0),

removeColors: value => {
MessageUserStore.messagesBodiesDom().innerHTML = '';
Remote.saveSetting('RemoveColors', value ? 1 : 0);
},

Expand Down

0 comments on commit d74f583

Please sign in to comment.