mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#1925 You can no longer toggle file wanted on completed files (web ui)
This commit is contained in:
@@ -694,6 +694,8 @@ TorrentFile.prototype = {
|
||||
},
|
||||
|
||||
toggleWanted: function() {
|
||||
if(this.element().hasClass('complete'))
|
||||
return;
|
||||
this.setWanted(!this._wanted);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user