lholoubek / solo-toolkit

Collection of utilities for the 3DR Solo drone in a desktop app
MIT License
7 stars 4 forks source link

Need to implement createWindow() method in main process #1

Closed lholoubek closed 8 years ago

lholoubek commented 8 years ago

On macOS when window is closed but app not quit, clicking the dock icon should open a new window. createWindow() is set to run on the activate event, but createWindow() is not implemented. This results in an error.