Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Jan 1, 2025
1 parent f880e2c commit 5c1d910
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "witsy",
"productName": "Witsy",
"version": "1.32.0",
"version": "1.32.1",
"description": "Witsy: desktop AI assistant",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/main/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class {
});
this.tray.on('right-click', () => {
window.openMainWindow();
})
});

}

Expand Down

0 comments on commit 5c1d910

Please sign in to comment.