fix(notification): Fix init.js script for use without global tauri object. (#414)
parent
cf5864266e
commit
d8b4aca69f
@ -0,0 +1,5 @@
|
||||
---
|
||||
"notification": patch
|
||||
---
|
||||
|
||||
Use `window.__TAURI_INVOKE__` instead of `window.__TAURI__` in init.js, fixes usage in apps without `withGlobalTauri` enabled.
|
Loading…
Reference in new issue