mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-01-21 20:52:11 +01:00
commit
b272c2cb97
@ -7,6 +7,8 @@ import loadConfig from './config';
|
|||||||
// loading this application. We need to disable the callback.
|
// loading this application. We need to disable the callback.
|
||||||
app.removeAllListeners();
|
app.removeAllListeners();
|
||||||
|
|
||||||
|
require('electron-context-menu')({});
|
||||||
|
|
||||||
const appReady = new Promise<void>(resolve => app.once('ready', resolve));
|
const appReady = new Promise<void>(resolve => app.once('ready', resolve));
|
||||||
|
|
||||||
process.on('unhandledRejection', (reason: string) => {
|
process.on('unhandledRejection', (reason: string) => {
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron": "^1.6.8-beta",
|
"electron": "^1.6.8-beta",
|
||||||
"electron-window-state": "^4.1.1",
|
"electron-window-state": "^4.1.1",
|
||||||
|
"electron-context-menu": "^0.9.0",
|
||||||
"loglevel": "^1.4.1",
|
"loglevel": "^1.4.1",
|
||||||
"menubar": "github:rhysd/menubar#mstdn",
|
"menubar": "github:rhysd/menubar#mstdn",
|
||||||
"mousetrap": "^1.6.1"
|
"mousetrap": "^1.6.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user