Skip to content

Commit

Permalink
Add an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
patates-cipsi418 committed Feb 13, 2024
1 parent ae0b81a commit c694f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function createWindow() {
preload: path.join(__dirname, 'preload.js'),
webSecurity: false, // TODO figure out CORS policy for robot_description server
},
icon: 'public/assets/images/icon/192x192.png',
});
log.info('Window created');

Expand Down

0 comments on commit c694f8e

Please sign in to comment.