From dac0ae976ea1b419ed5af078d00106b1476dee04 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 19 Jul 2020 23:50:59 -0300 Subject: [PATCH] chore(changes) add tauri-api to JS dialogs changefile --- .changes/js-prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changes/js-prompt.md b/.changes/js-prompt.md index b592d067e..dd83ca918 100644 --- a/.changes/js-prompt.md +++ b/.changes/js-prompt.md @@ -1,5 +1,6 @@ --- "tauri": patch +"tauri-api": patch --- Use native dialog on `window.alert` and `window.confirm`.