mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
Update README.md
This commit is contained in:
@@ -57,7 +57,7 @@ fn main() {
|
|||||||
.on_system_tray_event(|app, event| {
|
.on_system_tray_event(|app, event| {
|
||||||
tauri_plugin_positioner::on_tray_event(app, &event);
|
tauri_plugin_positioner::on_tray_event(app, &event);
|
||||||
})
|
})
|
||||||
.run()
|
.run(tauri::generate_context!())
|
||||||
.expect("error while running tauri application");
|
.expect("error while running tauri application");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user