We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Electron has this option.
And there is currently no way to change the icon of the dialog.
Also currently the dialog title is very inconsistant (ask and confirm has title option, but message don't.)
This would be an optional property, example:
import { dialog } from "@tauri-apps/api" dialog.message("message", {type: "info", title: "test"})
Types should be: "info", "error", "warning"
I'm currently using a cargo package native-dialog
No response
The text was updated successfully, but these errors were encountered:
feat(core): expose message dialog's title option, ref #4183
9089a25
feat(core): expose message dialog's title option, ref #4183 (#4186)
ae99f99
feat(core): expose option to set dialog type, closes #4183
c84a9d1
f46175d
Wow, that was fast. Thank you!
Sorry, something went wrong.
Lucas is The Flash disguised in a Super Man suit.
No branches or pull requests
Describe the problem
Electron has this option.
And there is currently no way to change the icon of the dialog.
Also currently the dialog title is very inconsistant (ask and confirm has title option, but message don't.)
Describe the solution you'd like
This would be an optional property, example:
Types should be: "info", "error", "warning"
Alternatives considered
I'm currently using a cargo package native-dialog
Additional context
No response
The text was updated successfully, but these errors were encountered: