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

Dialog title and button label #436

Open
joezappie opened this issue Jan 24, 2024 · 0 comments
Open

Dialog title and button label #436

joezappie opened this issue Jan 24, 2024 · 0 comments

Comments

@joezappie
Copy link

Two fields that I think are useful that Electron's dialogs implement, but this spec doesn't is:

  • Ability to change the dialogs title
  • Ability to change the button label instead of just generic save/open.
window.showSaveFilePicker({
        title: 'Download Diagnostic Log',
        buttonLabel: 'Save Log',
});

I think being able to specify these leads to better usability as it can remind the user of what action they are currently doing.

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

1 participant