Skip to content

Commit

Permalink
again test
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavikDentread committed Nov 21, 2023
1 parent 18040c7 commit 1e019aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function createWindow() {
mainWindow.once('ready-to-show', () => {
autoUpdater.checkForUpdatesAndNotify();
});
// mainWindow.webContents.openDevTools();
mainWindow.webContents.openDevTools();
}

app.whenReady().then(() => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DentreadIMApp",
"version": "1.1.3",
"version": "1.1.4",
"description": "Dentread IM App",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1e019aa

Please sign in to comment.