Fix plugin refresh toasts having no timeout

This commit is contained in:
Gregory Schier
2025-10-04 05:47:39 -07:00
parent c6975a9e8b
commit 87fdf17010

View File

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