Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created March 27, 2017 00:27
Show Gist options
  • Select an option

  • Save guzmonne/fa76f0e496c3ea5e6ffd368b434245a7 to your computer and use it in GitHub Desktop.

Select an option

Save guzmonne/fa76f0e496c3ea5e6ffd368b434245a7 to your computer and use it in GitHub Desktop.
Function to open electron window
function createWindows() {
if (wins.server === null)
wins.server = serverWindow(() => wins.server = null)
if (wins.main === null)
wins.main = mainWindow(() => wins.main = null)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment