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:
parent
33b3ffc7f7
commit
d73b0afd36
2 changed files with 18 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue