Skip to content

Commit 1c2b1c4

Browse files
committed
Fix regression at about dialog
The icon was not displayed. This regression was introduced with the last refactoring.
1 parent 65724a5 commit 1c2b1c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/lib/aboutMain.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ exports.open = () => {
2020
applicationIconPath: path.join(
2121
__dirname,
2222
"..",
23-
"..",
2423
"assets",
2524
"icon",
2625
common.isMacOS() ? "md-mac-icon.svg" : "md-icon.svg",

0 commit comments

Comments
 (0)