Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve 'reactivate' time of window on macOS #53

Closed
lucbouchard1 opened this issue Jul 10, 2017 · 1 comment
Closed

Improve 'reactivate' time of window on macOS #53

lucbouchard1 opened this issue Jul 10, 2017 · 1 comment
Milestone

Comments

@lucbouchard1
Copy link
Contributor

macOS handles applications differently from Windows/Linux in that when you close a window, the app continues to run in the background. When the application is in this backgrounded state, the user is supposed to be able to 'reactivate' the application window by clicking the application icon.

This currently works in the electron app; however, the time for the window to reappear is almost equal to the time it takes the app to startup, making the feature pretty much useless. We need to refactor the reactivate code to improve performance. This could be accomplished by not showing the splash screen on reactivate, and not destructing the electron BrowserWindow when the window is closed.

@lucbouchard1 lucbouchard1 added this to the 0.2 Release milestone Jul 12, 2017
@nproctor nproctor modified the milestones: Future, 0.2 Aug 19, 2017
@mbektas
Copy link
Member

mbektas commented Feb 22, 2023

this is not applicable to latest implementation

@mbektas mbektas closed this as completed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants