1
0
Fork 0
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:
kkapsner 2021-01-03 21:11:17 +01:00
parent b4a744660b
commit e2c5dfc06e
5 changed files with 48 additions and 1 deletions

View file

@ -136,6 +136,8 @@
return false;
case "{empty}":
return "";
case "{disabled}":
return null;
}
return settingValue;
},