bug fix 2
This commit is contained in:
@@ -29,10 +29,8 @@ async function loadHistory() {
|
||||
}
|
||||
|
||||
async function clearHistory() {
|
||||
if(confirm('Clear all download history?')) {
|
||||
await invoke('clear_history')
|
||||
history.value = []
|
||||
}
|
||||
await invoke('clear_history')
|
||||
history.value = []
|
||||
}
|
||||
|
||||
async function deleteItem(id: string) {
|
||||
|
||||
Reference in New Issue
Block a user