Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Sep 26, 2024
1 parent 3cc327a commit 3a3f9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const createWindow = async () => {
]);
tray.setToolTip('Nuclia sync');
tray.setContextMenu(contextMenu);
// server.start();
server.start();
dialog.showMessageBoxSync({
message: 'The Nuclia Sync Agent is running. You can manage your syncs from the online Nuclia Dashboard.',
});
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": "nuclia-sync-agent-app",
"version": "1.5.7",
"version": "1.5.8",
"description": "This is a Nuclia Sync Agent App",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 3a3f9bc

Please sign in to comment.