Browse Source

Fix color-blind friendly mode

pull/2/head
PenguinDad 7 years ago
committed by GitHub
parent
commit
284b26abf4
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