mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
:neckbeard: basic context menu added
This commit is contained in:
@@ -10,6 +10,8 @@ const {linkIsInternal} = link;
|
||||
|
||||
// adds debug features like hotkeys for triggering dev tools and reload
|
||||
require('electron-debug')();
|
||||
require('electron-context-menu')();
|
||||
|
||||
|
||||
// prevent window being garbage collected
|
||||
let mainWindow;
|
||||
|
||||
@@ -24,11 +24,12 @@
|
||||
"electron"
|
||||
],
|
||||
"dependencies": {
|
||||
"dialogs": "1.1.14",
|
||||
"electron-context-menu": "^0.3.1",
|
||||
"electron-debug": "^1.0.0",
|
||||
"electron-dl": "^0.2.0",
|
||||
"wurl": "^2.1.0",
|
||||
"node-json-db": "^0.7.2",
|
||||
"dialogs": "1.1.14"
|
||||
"wurl": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"devtron": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user