feat: add context menu to search list to copy magnet uri and open in browser

This commit is contained in:
2026-04-07 23:23:40 +02:00
parent dde4288a2d
commit 5b42d8d607
3 changed files with 77 additions and 5 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ def check_downloads(downloads):
elif download.completed == True and not os.path.exists(download.path):
consoleLog(f"Inexistent Download: {download.title}")
remove_download_log(download.magnet_uri)