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

Remove minimize setting check on close event #1038

Merged
merged 1 commit into from
Nov 16, 2018

Conversation

imaginarny
Copy link
Contributor

@imaginarny imaginarny commented Jul 22, 2018

Description

This change was a simple one-liner, just removed minimizeToSystemTray setting check from condition in close event. It's explained below.

Motivation and Context

It fixes issues #763 and #1006. Both describes a problem that you can't close a window until minimize to system tray is enabled. Which then, as a setting suggests, you loose a minimize to taskbar function. Therefore, minimization setting should not interfere with closing.

With provided code change, window will close as it should, according to "runInBackground" setting it will stay in system tray or will quit. Minimize function will not interfere with this functionality. When "minimize to system tray" enabled, it will only affect the window minimize function with overriding it to minimize to system tray instead, otherwise minimize function will stay intact.

How Has This Been Tested?

It was tested on Windows 10 and honestly, there is not much test. Close will close window, minimize will minimize to taskbar or system tray, according to its setting. As described above.

Screenshots:

Fixed behavior
franz1

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project (run $ yarn lint).

@stale
Copy link

stale bot commented Nov 16, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 16, 2018
@adlk adlk changed the base branch from master to develop November 16, 2018 12:40
@stale stale bot removed the wontfix label Nov 16, 2018
@adlk adlk self-requested a review November 16, 2018 12:40
Copy link
Contributor

@adlk adlk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for taking care of this 👍

@adlk adlk merged commit af9d356 into meetfranz:develop Nov 16, 2018
@imaginarny
Copy link
Contributor Author

Great to see you back, Stefan. Thank you for merging this. 👍

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

Successfully merging this pull request may close these issues.

2 participants