mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 12:27:02 -04:00
Make WebContextMenus AddBack Platform Dependent Enabled
This commit is contained in:
parent
e5601e7d56
commit
df477d0cd0
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue