Skip to content

Commit c045c5b

Browse files
authored
Merge pull request #80 from robinwassen/display-balloon-content
Added required content parameter to displayBalloon
2 parents cb892a8 + ca4f314 commit c045c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-smoke/electron/test/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ app.on("ready", () => {
883883

884884
appIcon.displayBalloon({
885885
title: "Hello World!",
886+
content: "This the the balloon content.",
886887
});
887888
});
888889

0 commit comments

Comments
 (0)