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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 || ''; |
|
|
|