mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(web) #3456:Improve web client torrent list display
This commit is contained in:
@@ -1532,6 +1532,7 @@ Transmission.prototype =
|
||||
|
||||
this.setPref( Prefs._ShowInspector, true );
|
||||
this.updateInspector( );
|
||||
this.refreshDisplay( );
|
||||
},
|
||||
|
||||
/*
|
||||
@@ -1553,6 +1554,7 @@ Transmission.prototype =
|
||||
}
|
||||
|
||||
this.setPref( Prefs._ShowInspector, false );
|
||||
this.refreshDisplay( );
|
||||
},
|
||||
|
||||
/*
|
||||
@@ -1961,6 +1963,7 @@ Transmission.prototype =
|
||||
this.setTorrentBgColors( );
|
||||
this.updateStatusbar( );
|
||||
this.selectionChanged( );
|
||||
this.refreshDisplay( );
|
||||
},
|
||||
|
||||
setEnabled: function( key, flag )
|
||||
|
||||
Reference in New Issue
Block a user