Make WebContextMenus AddBack Platform Dependent Enabled
Some checks failed
Release / Build Equicord (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-06-12 08:21:57 -04:00
parent e5601e7d56
commit df477d0cd0
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -54,7 +54,6 @@ export const CspPolicies: PolicyMap = {
"ws.audioscrobbler.com": ConnectSrc, // Last.fm API "ws.audioscrobbler.com": ConnectSrc, // Last.fm API
"translate-pa.googleapis.com": ConnectSrc, // Google Translate API "translate-pa.googleapis.com": ConnectSrc, // Google Translate API
"*.vencord.dev": ImageSrc, // VenCloud (api.vencord.dev) and Badges (badges.vencord.dev) "*.vencord.dev": ImageSrc, // VenCloud (api.vencord.dev) and Badges (badges.vencord.dev)
"cloud.equicord.org": ConnectSrc, // EquiCLoud (cloud.equicord.org)
"manti.vendicated.dev": ImageSrc, // ReviewDB API "manti.vendicated.dev": ImageSrc, // ReviewDB API
"decor.fieryflames.dev": ConnectSrc, // Decor API "decor.fieryflames.dev": ConnectSrc, // Decor API
"ugc.decor.fieryflames.dev": ImageSrc, // Decor CDN "ugc.decor.fieryflames.dev": ImageSrc, // Decor CDN

View file

@ -53,7 +53,7 @@ const settings = definePluginSettings({
addBack: { addBack: {
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
description: "Add back the Discord context menus for images, links and the chat input bar", description: "Add back the Discord context menus for images, links and the chat input bar",
default: true, default: hideSetting,
restartNeeded: true, restartNeeded: true,
// Web slate menu has proper spellcheck suggestions and image context menu is also pretty good, // Web slate menu has proper spellcheck suggestions and image context menu is also pretty good,
// so disable this by default. Vesktop just doesn't, so we force enable it there // so disable this by default. Vesktop just doesn't, so we force enable it there