Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrueggemann committed Aug 26, 2017
1 parent 74dac98 commit 15ed2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function createWindow() {
);

// Open the DevTools.
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();

// Emitted when the window is closed.
mainWindow.on("closed", () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperless-desktop",
"version": "0.0.7",
"version": "0.0.8",
"description": "Desktop app that uses the paperless API to manage your documents",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 15ed2e1

Please sign in to comment.