mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
(trunk web) the filter mode is preserved between sessions, so on startup initialize the filter mode selector properly.
This commit is contained in:
@@ -65,7 +65,9 @@ Transmission.prototype =
|
||||
|
||||
$('#toolbar-inspector').click($.proxy(this.toggleInspector,this));
|
||||
|
||||
$('#filter-mode').change($.proxy(this.onFilterModeClicked,this));
|
||||
e = $('#filter-mode');
|
||||
e.val(this[Prefs._FilterMode]);
|
||||
e.change($.proxy(this.onFilterModeClicked,this));
|
||||
$('#filter-tracker').change($.proxy(this.onFilterTrackerClicked,this));
|
||||
|
||||
if (!isMobileDevice) {
|
||||
|
||||
Reference in New Issue
Block a user