refactor: remove experimentalCanvasFeatures property (#13684)
This commit is contained in:
parent
cc03213b62
commit
6045d1218a
6 changed files with 4 additions and 12 deletions
|
@ -210,8 +210,7 @@ module.exports = {
|
|||
*/
|
||||
warnAboutExperimentalFeatures: () => {
|
||||
const webPreferences = getWebPreferences()
|
||||
if (!webPreferences || (!webPreferences.experimentalFeatures &&
|
||||
!webPreferences.experimentalCanvasFeatures)) {
|
||||
if (!webPreferences || (!webPreferences.experimentalFeatures)) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue