You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no method named `hidden_title` found for struct `WindowBuilder` in the current scope
--> src-tauri\src\cmd\general.rs:77:10
|
68 | / child
69 | | .inner_size(640.0, 560.0)
70 | | .initialization_script(meta::JS_INIT_SCRIPT)
71 | | .resizable(false)
... |
76 | | .decorations(true)
77 | | .hidden_title(true)
| | -^^^^^^^^^^^^ method not found in `WindowBuilder<'_>`
| |_________|
error[E0425]: cannot find function `build_tray_menu` in module `menu`
--> src-tauri\src/main.rs:86:28
|
86 | .system_tray(menu::build_tray_menu())
| ^^^^^^^^^^^^^^^ help: a function with a similar name exists: `build_app_menu`
|
::: src-tauri\src\menu\app_menu.rs:13:1
|
13 | pub fn build_app_menu() -> tauri::Menu {
| -------------------------------------- similarly named function `build_app_menu` defined here
error: invalid character `{` in package name: `tauri-plugin-{{name}}`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)
--> ..\..\.cargo\git\checkouts\plugins-workspace-fd0259fcb18f51ad\a5792e2\shared\template\Cargo.toml:2:8
|
2 | name = "tauri-plugin-{{name}}"
| ^^^^^^^^^^^^^^^^^^^^^^^
|
Reproduction
Error detail
Environment
The text was updated successfully, but these errors were encountered: