mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
plugins(WebContextMenus): enable by default if on web
for goofcord & legcord
This commit is contained in:
parent
fe5a18b429
commit
5b79cf56c2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue