mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
run prettier ...
This commit is contained in:
parent
8879fb55de
commit
fbc886b21c
@ -72,8 +72,8 @@ function createWindow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// simulate mouse move to hide black cursor on start
|
// simulate mouse move to hide black cursor on start
|
||||||
mainWindow.webContents.on('dom-ready', (event)=> {
|
mainWindow.webContents.on("dom-ready", (event) => {
|
||||||
mainWindow.webContents.sendInputEvent({type: "mouseMove", x: 0, y: 0});
|
mainWindow.webContents.sendInputEvent({ type: "mouseMove", x: 0, y: 0 });
|
||||||
});
|
});
|
||||||
|
|
||||||
// Set responders for window events.
|
// Set responders for window events.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user