CSL.SettingsHandler.GetTrackTorrents C# (CSharp) Method

GetTrackTorrents() public static method

public static GetTrackTorrents ( ) : bool
return bool
        public static bool GetTrackTorrents()
        {
            return settings.TrackTorrentFiles;
        }