mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
parent
615c97bccd
commit
a49ae6b378
3 changed files with 2048 additions and 1594 deletions
|
@ -51,7 +51,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arrpc": "github:OpenAsar/arrpc",
|
"arrpc": "github:OpenAsar/arrpc",
|
||||||
"cross-fetch": "^3.1.5",
|
"cross-fetch": "^3.1.5",
|
||||||
"electron-context-menu": "github:ArmCord/electron-context-menu",
|
"electron-context-menu": "^4.0.0",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"v8-compile-cache": "^2.3.0",
|
"v8-compile-cache": "^2.3.0",
|
||||||
"ws": "^8.11.0"
|
"ws": "^8.11.0"
|
||||||
|
|
3535
pnpm-lock.yaml
3535
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,6 @@ contextMenu({
|
||||||
showSaveImageAs: true,
|
showSaveImageAs: true,
|
||||||
showCopyImageAddress: true,
|
showCopyImageAddress: true,
|
||||||
showSearchWithGoogle: false,
|
showSearchWithGoogle: false,
|
||||||
showSearchWithDuckDuckGo: false,
|
|
||||||
prepend: (_defaultActions, parameters) => [
|
prepend: (_defaultActions, parameters) => [
|
||||||
{
|
{
|
||||||
label: "Search with Google",
|
label: "Search with Google",
|
||||||
|
|
Loading…
Reference in a new issue