From dc50a2830ab553dfc5dfc28d4fd1af6b3981c656 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 16 Jan 2022 15:50:19 +0700 Subject: Draft `websocket` example :tada: --- examples/download_progress/src/download.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/download_progress') diff --git a/examples/download_progress/src/download.rs b/examples/download_progress/src/download.rs index 06d5d3fd..20682e7a 100644 --- a/examples/download_progress/src/download.rs +++ b/examples/download_progress/src/download.rs @@ -10,6 +10,7 @@ pub fn file( url: T, ) -> iced::Subscription<(I, Progress)> { subscription::run( + id, Download { id, url: url.to_string(), -- cgit