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

Fix forward when user close the window. (~6430) #107

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

MaxPatyk
Copy link
Contributor

@MaxPatyk MaxPatyk commented Mar 3, 2023

No description provided.

@MaxPatyk MaxPatyk added the enhancement New feature or request label Mar 3, 2023
@MaxPatyk MaxPatyk self-assigned this Mar 3, 2023
/// Gets or sets a boolean
/// It's true when the forward window will be saved, otherwise always false.
/// </summary>
public bool IsSave { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

This is a property, wich should not be placed above the constructor.
Also the naming is kinda weird.
And it feels weird that this is even required. Should'nt the save logig be executed in the on save?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants