mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1140 from psjostrom/master
fix: Removed openDevTools
This commit is contained in:
@@ -1058,8 +1058,6 @@ export class WindowHandler {
|
||||
this.moveWindow(this.snippingToolWindow);
|
||||
this.snippingToolWindow.setVisibleOnAllWorkspaces(true);
|
||||
|
||||
this.snippingToolWindow.webContents.openDevTools();
|
||||
|
||||
this.snippingToolWindow.webContents.once('did-finish-load', async () => {
|
||||
const snippingToolInfo = {
|
||||
snipImage,
|
||||
|
||||
Reference in New Issue
Block a user