chore: update deps, make mobile script paths relative (#649)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-19 14:31:42 -03:00
committed by GitHub
parent 1240631840
commit 5de23e79f9
21 changed files with 176 additions and 208 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ pub fn create_tray<R: Runtime>(app: &tauri::AppHandle<R>) -> tauri::Result<()> {
_ => {}
})
.on_tray_event(|tray, event| {
.on_tray_icon_event(|tray, event| {
if event.click_type == ClickType::Left {
let app = tray.app_handle();
if let Some(window) = app.get_window("main") {