mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Ensure menubar can be initialized with both new and extended options
This commit is contained in:
@@ -12,6 +12,8 @@ var mb2 = menubar({
|
||||
icon: '/path/to/icon.png',
|
||||
width: 400,
|
||||
height: 800,
|
||||
preloadWindow: true,
|
||||
transparent: true,
|
||||
});
|
||||
|
||||
mb2.on('ready', () => mb2.showWindow());
|
||||
|
||||
Reference in New Issue
Block a user