plugins(webContextMenus): fix small warning

This commit is contained in:
Cortex 2025-01-29 16:28:08 -06:00
parent 3661c75cc2
commit 67b16748f9

View file

@ -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;