mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
plugins(webContextMenus): fix small warning
This commit is contained in:
parent
3661c75cc2
commit
67b16748f9
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ async function fetchImage(url: string) {
|
|||
|
||||
let result;
|
||||
switch (true) {
|
||||
case IS_VESKTOP:
|
||||
case IS_EQUIBOP:
|
||||
case IS_VESKTOP || IS_EQUIBOP:
|
||||
case "legcord" in window:
|
||||
case "goofcord" in window:
|
||||
result = true;
|
||||
|
|
Loading…
Reference in a new issue