Skip to content

Commit ff543da

Browse files
committed
code style
1 parent 0d5366d commit ff543da

File tree

1 file changed

+4
-4
lines changed
  • resources/js/electron-plugin/src/server/api

1 file changed

+4
-4
lines changed

resources/js/electron-plugin/src/server/api/window.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@ router.post('/open', (req, res) => {
219219
kiosk,
220220
})
221221

222-
if ((process.env.NODE_ENV === 'development' || showDevTools === true) && showDevTools !== false) {
223-
window.webContents.openDevTools();
224-
}
222+
if ((process.env.NODE_ENV === 'development' || showDevTools === true) && showDevTools !== false) {
223+
window.webContents.openDevTools();
224+
}
225225

226226
require("@electron/remote/main").enable(window.webContents)
227227

228228
if (req.body.rememberState === true) {
229-
windowState.manage(window)
229+
windowState.manage(window)
230230
}
231231

232232
window.on('blur', () => {

0 commit comments

Comments
 (0)