Skip to content

Commit 236750b

Browse files
committed
1:1 aspectratio tray icon
1 parent 5507131 commit 236750b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/classes/controllers/TrayController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class TrayController {
5757
const image = nativeImage.createFromPath(
5858
path.join(__dirname, pathImage)
5959
)
60-
image.resize({ height: 18 });
60+
image.resize({ height: 18, width: 18 });
6161
return image
6262
}
6363

0 commit comments

Comments
 (0)