Skip to content

Commit ca4f314

Browse files
committed
Added required content parameter to displayBalloon
1 parent cb892a8 commit ca4f314

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)