Skip to content

Commit 83a9a28

Browse files
committed
Merge pull request nwjs#2806 from mrfabbri/add-tray-click-event-position
Update test case accounting for multiple workspaces
2 parents 4c1d34e + 085297d commit 83a9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual_tests/custom_tray_menu/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
var customTrayMenu = gui.Window.open('custom-tray-menu.html', {
1515
width: 100, height: 120,
1616
frame: false, toolbar: false,
17-
show: false
17+
show: false, 'visible-on-all-workspaces': true
1818
});
1919
var iconWidth = 13;
2020
var translate = require('os').platform() == 'darwin' ?

0 commit comments

Comments
 (0)