mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 14:03:27 +00:00
linting errors
This commit is contained in:
@@ -197,18 +197,6 @@ app.on('ready', () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// electronLocalshortcut.register(mainWindow, 'CommandOrControl+=', () => {
|
|
||||||
// page.send('zoomIn');
|
|
||||||
// });
|
|
||||||
|
|
||||||
// electronLocalshortcut.register(mainWindow, 'CommandOrControl+-', () => {
|
|
||||||
// page.send('zoomOut');
|
|
||||||
// });
|
|
||||||
|
|
||||||
// electronLocalshortcut.register(mainWindow, 'CommandOrControl+0', () => {
|
|
||||||
// page.send('zoomActualSize');
|
|
||||||
// });
|
|
||||||
|
|
||||||
page.on('dom-ready', () => {
|
page.on('dom-ready', () => {
|
||||||
page.insertCSS(fs.readFileSync(path.join(__dirname, 'preload.css'), 'utf8'));
|
page.insertCSS(fs.readFileSync(path.join(__dirname, 'preload.css'), 'utf8'));
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user