Disable ImJoy control

If the environment variable is disabling ImJoy, don't allow
the user to enable it with the tick-box.
This commit is contained in:
Richard 2021-06-22 12:08:17 +01:00
parent 33b3ffc7f7
commit d73b0afd36
2 changed files with 18 additions and 9 deletions

View file

@ -10,8 +10,8 @@
// Colors
//
@global-color: #666;
@global-emphasis-color: #333;
@global-color: #000;
@global-emphasis-color: #C32280;
@global-muted-color: #666;
@global-primary-background: #C32280;
@ -33,7 +33,7 @@
@global-medium-font-size: 20px;
@global-small-font-size: 14px;
@global-emphasis-color: #222;
//
// Base