Skip to content

Commit

Permalink
insert new filter on top
Browse files Browse the repository at this point in the history
  • Loading branch information
vanossj committed Dec 17, 2016
1 parent 3b9239d commit 22e6c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedtime/data/seedtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Deluge.ux.preferences.SeedTimePage = Ext.extend(Ext.Panel, {
filterAdd: function() {
console.log('filterAdd');
var store = this.filter_list.getStore();
store.add(new store.recordType({ field : "tracker", filter : ".*", stoptime : 1.0}));
store.insert(0, new store.recordType({ field : "tracker", filter : ".*", stoptime : 1.0}));
},
filterRemove: function() {
var store = this.filter_list.getStore();
Expand Down

0 comments on commit 22e6c7f

Please sign in to comment.