mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore(deps): update tauri, api, CLI
This commit is contained in:
@@ -197,7 +197,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
||||
// Dialogs are implemented natively on Android
|
||||
#[cfg(not(target_os = "android"))]
|
||||
{
|
||||
builder = builder.js_init_script(include_str!("init-iife.js").to_string());
|
||||
builder = builder.initialization_script(include_str!("init-iife.js").to_string());
|
||||
}
|
||||
|
||||
builder
|
||||
|
||||
Reference in New Issue
Block a user