Hello! I'm using Tauri's MessageDialogBuilder to ask the user of my application if they want to allow/deny an action. I would like to add a "Don't ask me again" checkbox to this dialog but the dialog api documentation doesn't seem to mention anything that would allow me to do so. Is there a way to add a checkbox to the dialog?
#Checkbox in MessageDialog
2 messages · Page 1 of 1 (latest)
No there's no way until rfd (https://github.com/PolyMeilex/rfd) supports it. The windows api used doesn't support this afaik and idk how keen the rfd people are on platform specific apis so not sure if that will be a thing 🤔