Browse Source

Merge pull request #843 from PenguinDad/patch-1

Fix color-blind friendly mode
pull/2/head
Raymond Hill 7 years ago
committed by GitHub
parent
commit
0cd3073134
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/js/popup.js

2
src/js/popup.js

@ -1083,7 +1083,7 @@ function initMenuEnvironment() {
getUserSetting('displayTextSize')
);
document.body.classList.toggle(
'font-size',
'colorblind',
getUserSetting('colorBlindFriendly')
);
uDom.nodeFromId('version').textContent = matrixSnapshot.appVersion || '';

Loading…
Cancel
Save