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
Hi i cannot install it from respository because of this error
Compiling tauri-plugin-autostart v0.1.0 (https://github.com/lencx/tauri-plugins-workspace?branch=dev#bf1106a0)
error[E0599]: no variant or associated item named TrayFixedCenter found for enum tauri_plugin_positioner::Position in the current scope
--> src-tauri/src/app/menu.rs:467:40
|
467 | tray_win.move_window(Position::TrayFixedCenter).unwrap();
| ^^^^^^^^^^^^^^^
| |
| variant or associated item not found in Position
| help: there is a variant with a similar name: TrayCenter
For more information about this error, try rustc --explain E0599.
error: could not compile chatgpt due to previous error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi i cannot install it from respository because of this error
Compiling tauri-plugin-autostart v0.1.0 (https://github.com/lencx/tauri-plugins-workspace?branch=dev#bf1106a0)
error[E0599]: no variant or associated item named
TrayFixedCenter
found for enumtauri_plugin_positioner::Position
in the current scope--> src-tauri/src/app/menu.rs:467:40
|
467 | tray_win.move_window(Position::TrayFixedCenter).unwrap();
| ^^^^^^^^^^^^^^^
| |
| variant or associated item not found in
Position
| help: there is a variant with a similar name:
TrayCenter
For more information about this error, try
rustc --explain E0599
.error: could not compile
chatgpt
due to previous errorBeta Was this translation helpful? Give feedback.
All reactions