Skip to content

Commit

Permalink
Fix regression at about dialog
Browse files Browse the repository at this point in the history
The icon was not displayed. This regression was introduced with the
last refactoring.
  • Loading branch information
c3er committed Dec 28, 2023
1 parent 65724a5 commit 1c2b1c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/aboutMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ exports.open = () => {
applicationIconPath: path.join(
__dirname,
"..",
"..",
"assets",
"icon",
common.isMacOS() ? "md-mac-icon.svg" : "md-icon.svg",
Expand Down

0 comments on commit 1c2b1c4

Please sign in to comment.