Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Fix for #460: Close only single instance #461

Merged
merged 1 commit into from
May 23, 2017
Merged

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented May 23, 2017

Issue: When using :q to close the app, all open Oni windows also close. This is very frustrating and annoying.

Defect: The app uses electron's makeSingleInstance functionality, which means there is only one 'main' process and multiple 'browser' processes. When using remote.app.quit() this would close all instances.

Fix: When an individual instance quits, just close the browser window instead of killing the whole app and all browser windows.

@bryphe
Copy link
Member Author

bryphe commented May 23, 2017

Fix #460

@bryphe bryphe merged commit b55bba1 into master May 23, 2017
@bryphe bryphe deleted the extr0py/460/close-instance branch May 23, 2017 11:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant