-
Notifications
You must be signed in to change notification settings - Fork 74
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
Default filename parameter for save file dialog #213
base: debug
Are you sure you want to change the base?
Default filename parameter for save file dialog #213
Conversation
This looks good all in all. I just added a small change request to the PR. If you can resolve that we will merge it for the next release. |
Can't found that change. Anyway i turned on "Allow edits by maintainers" option for my branch. |
@@ -2459,7 +2459,7 @@ public void SendNotification(string title, string body) | |||
/// <param name="defaultPath">Default path. Defaults to <see cref="Environment.SpecialFolder.MyDocuments"/></param> | |||
/// <param name="filters">Array of <see cref="Extensions"/> for filtering.</param> | |||
/// <returns></returns> | |||
public string ShowSaveFile(string title = "Save file", string defaultPath = null, (string Name, string[] Extensions)[] filters = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add this back in as a method overload and call the new signature, supplying a null value for the new defaultFileName parameter?
Sorry about that. I forgot to submit the review |
Default filename parameter for save file dialog.
This is a solution for issue #140.
Supplied together with PR for Photino.Native (tryphotino/photino.Native#140).