tauri-controls
tauri-controls copied to clipboard
[Windows] Adding tauri-plugin-window
When Im trying to use tauri-controls in my existing Tauri 2.0. Got following errors
Cargo.toml
All the previous steps were followed correctly. Seams the error is with desktop_commands.rs.
Got the same issue here! I am on linux.
I spent about an hour looking for a solution and couldn't find anything. Now I look here and see that it's a known issue. Nice... I'm on Windows 11.
trying to use tauri-plugin-window on linux and getting error
73 | Some(l) if !l.is_empty() => window.get_window(&l).ok_or(Error::WindowNotFound),
| ^^^^^^^^^^
|
help: there is a method `get_webview_window` with a similar name
|
73 | Some(l) if !l.is_empty() => window.get_webview_window(&l).ok_or(Error::WindowNotFound),
| ~~~~~~~~~~~~~~~~~~
I was facing the same errors, I checked on tauri-plugin-window to find that it's now a public archive!
Same error here. Regardless if MacOS or Windows.