1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 14:14:05 +00:00

Drop active item in find.svelte

This commit is contained in:
2023-01-19 09:18:21 +01:00
parent a153858730
commit 3d97f3b92f
4 changed files with 42 additions and 5 deletions

View File

@ -50,6 +50,10 @@ export function RemoveHost(arg1) {
return window['go']['app']['App']['RemoveHost'](arg1);
}
export function RemoveItemById(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['RemoveItemById'](arg1, arg2, arg3, arg4);
}
export function RemoveItems(arg1, arg2, arg3, arg4, arg5) {
return window['go']['app']['App']['RemoveItems'](arg1, arg2, arg3, arg4, arg5);
}