plugins(webContextMenus): fix small warning
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

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; let result;
switch (true) { switch (true) {
case IS_VESKTOP: case IS_VESKTOP || IS_EQUIBOP:
case IS_EQUIBOP:
case "legcord" in window: case "legcord" in window:
case "goofcord" in window: case "goofcord" in window:
result = true; result = true;