feat: added 'Copy magnet' option via 'y' key

This commit is contained in:
Francesco Pira
2026-06-29 18:55:14 +02:00
parent 69027331b2
commit e255e202d1
7 changed files with 134 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@ function makeStore(
seedFocus: null,
setSeedFocus: noop,
startDownload: noop,
copyMagnet: noop,
notice: null,
setNotice: noop,
quitAll: noop,