aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/main.js')
-rw-r--r--desktop/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/main.js b/desktop/main.js
index 62f6a2e..933faa2 100644
--- a/desktop/main.js
+++ b/desktop/main.js
@@ -24,6 +24,7 @@ app.on('ready', () => {
})
app.win.loadURL(`file://${__dirname}/sources/index.html`)
+ app.inspect()
app.win.on('closed', () => {
win = null