Skip to content

Commit

Permalink
silence "app.allowRendererProcessReuse is deprecated" warning
Browse files Browse the repository at this point in the history
stuffmatic committed Apr 14, 2020
1 parent 2a4707a commit 6f6cbb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
@@ -30,6 +30,8 @@ import { Palette } from '../gui/style/palette'
import { openSync, writeSync, closeSync } from 'fs'
import { CLI } from '../cli/cli'

app.allowRendererProcessReuse = true

let mainWindow: Electron.BrowserWindow | null = null

export interface DocumentState {

0 comments on commit 6f6cbb6

Please sign in to comment.