Skip to content

Commit

Permalink
Update index.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jan 1, 2024
1 parent c666c61 commit 2c2ddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const createTray = (window) => {
win.maximize();
window.show();
});
tray.setToolTip('Better ChatGPT');
tray.setToolTip('Devin ChatGPT');
tray.setContextMenu(contextMenu);

return tray;
Expand Down

0 comments on commit 2c2ddf5

Please sign in to comment.