Skip to content

Commit

Permalink
Activate Torrent Collection
Browse files Browse the repository at this point in the history
Fixed torrent collection it can be active now
  • Loading branch information
team-pct committed Feb 26, 2016
1 parent b7e8dbd commit f08a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Settings.minimizeToTray = false;
Settings.bigPicture = false;

// Features
Settings.activateTorrentCollection = false;
Settings.activateTorrentCollection = true;
Settings.activateWatchlist = true;
Settings.activateRandomize = true;
Settings.onlineSearchEngine = 'KAT';
Expand Down

0 comments on commit f08a0ca

Please sign in to comment.