feat(core): add Window#open_devtools API, closes #1213 (#3350)

This commit is contained in:
Lucas Fernandes Nogueira
2022-02-07 10:04:33 -03:00
committed by GitHub
parent 58030172ed
commit 55aa22de80
12 changed files with 83 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Added `open_devtools` to the `Dispatcher` trait.