mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
This commit is contained in:
parent
0797f38f17
commit
fc51f97283
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ app.on('ready', () => installDevExtensions(isDev).then(() => {
|
|||
});
|
||||
|
||||
rpc.on('open hamburger menu', ({x, y}) => {
|
||||
Menu.getApplicationMenu().popup(x, y);
|
||||
Menu.getApplicationMenu().popup(Math.ceil(x), Math.ceil(y));
|
||||
});
|
||||
|
||||
rpc.on('minimize', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue