plugins(WebContextMenus): enable by default if on web

for goofcord & legcord
This commit is contained in:
Cortex 2024-10-31 19:00:11 -06:00
parent fe5a18b429
commit 5b79cf56c2

View file

@ -36,6 +36,8 @@ if (IS_VESKTOP) {
result = IS_VESKTOP; result = IS_VESKTOP;
} else if (IS_EQUIBOP) { } else if (IS_EQUIBOP) {
result = IS_EQUIBOP; result = IS_EQUIBOP;
} else if (IS_WEB) {
result = IS_WEB;
} else { } else {
result = false; result = false;
} }