mirror of
https://github.com/transmission/transmission.git
synced 2026-04-26 03:40:22 +01:00
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
This commit is contained in:
@@ -330,8 +330,6 @@ function changeTab(tab, id) {
|
||||
function Prefs() { }
|
||||
Prefs.prototype = { };
|
||||
|
||||
Prefs._AutoStart = 'auto-start-torrents';
|
||||
|
||||
Prefs._RefreshRate = 'refresh_rate';
|
||||
Prefs._SessionRefreshRate = 'session_refresh_rate';
|
||||
|
||||
@@ -362,7 +360,6 @@ Prefs._TurtleState = 'turtle-state';
|
||||
|
||||
Prefs._Defaults =
|
||||
{
|
||||
'auto-start-torrents': true,
|
||||
'filter': 'all',
|
||||
'refresh_rate' : 5,
|
||||
'show_filter': true,
|
||||
|
||||
Reference in New Issue
Block a user