mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
added {disabled} to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL
to disabled the WEBGL_debug_renderer_info extension Fixes #508
This commit is contained in:
parent
b4a744660b
commit
e2c5dfc06e
5 changed files with 48 additions and 1 deletions
|
@ -136,6 +136,8 @@
|
|||
return false;
|
||||
case "{empty}":
|
||||
return "";
|
||||
case "{disabled}":
|
||||
return null;
|
||||
}
|
||||
return settingValue;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue