Skip to content

Commit

Permalink
restore APP_DEBUG_008
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Apr 11, 2024
1 parent 30dd1a8 commit f07c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/008desktop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const createWindow = anchor => {
mainWindow.webContents.send('anchored', { anchored: ANCHORED });
});

mainWindow.webContents.openDevTools();
if (APP_DEBUG_008 === 'yes') mainWindow.webContents.openDevTools();

mainWindow.setContentSize(340, 460);
mainWindow.setMenuBarVisibility(false);
Expand Down

0 comments on commit f07c5da

Please sign in to comment.