Closed lholoubek closed 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.
createWindow()
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, butcreateWindow()
is not implemented. This results in an error.