Fix plugin dev rebuild signaling and reload toast timing

This commit is contained in:
Gregory Schier
2026-03-02 07:02:28 -08:00
parent 876b7ef454
commit fbf0473b20
3 changed files with 49 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ async fn handle_host_plugin_request<R: Runtime>(
&InternalEventPayload::ShowToastRequest(ShowToastRequest {
message: format!("Reloaded plugin {}@{}", info.name, info.version),
icon: Some(Icon::Info),
timeout: Some(3000),
timeout: Some(5000),
..Default::default()
}),
None,