mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
feat(download widget): download widget and queue fix
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { listen } from "@tauri-apps/api/event";
|
||||
|
||||
export type QueueState = {
|
||||
queue: Array<{ id: string; status: string }>;
|
||||
queue: Array<{ id: string; status: string, progress: number }>;
|
||||
};
|
||||
|
||||
export const useQueueState = () =>
|
||||
|
||||
Reference in New Issue
Block a user