Skip to content

Commit

Permalink
!dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gift-exe committed Jul 4, 2024
1 parent eff753f commit dcdc212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ function createPersistentWindow() {

persistentWindow.loadFile(path.join(__dirname, 'windows', 'persistent.html'));

persistentWindow.webContents.on('did-finish-load', () => {
persistentWindow.webContents.openDevTools({ mode: 'detach' });
});
// persistentWindow.webContents.on('did-finish-load', () => {
// persistentWindow.webContents.openDevTools({ mode: 'detach' });
// });

ipcMain.on('reload-window', () => {
//persistentWindow.setBounds({ width: 190, height: 105, x: x + (width - 190), y: y + 0, })
Expand Down

0 comments on commit dcdc212

Please sign in to comment.