holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

Fix CMD+Q on macOS #41

Closed lucksus closed 4 years ago

lucksus commented 4 years ago

On macOS it is possible and common behaviour to quit apps via the main menu or CMD+Q. This would lead to several errors as it doesn't trigger the intended code path.

This PR fixes that and therefore closes https://github.com/holochain/holoscape/issues/30.