mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Store state of history filter
This commit is contained in:
parent
274e2eac86
commit
4478f2d723
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ define(
|
|||
|
||||
onShow: function () {
|
||||
this.history.show(new LoadingView());
|
||||
this.collection.fetch();
|
||||
//this.collection.fetch();
|
||||
this._showToolbar();
|
||||
},
|
||||
|
||||
|
@ -109,7 +109,7 @@ define(
|
|||
_showToolbar: function () {
|
||||
var filterOptions = {
|
||||
type : 'radio',
|
||||
storeState : false,
|
||||
storeState : true,
|
||||
menuKey : 'history.filterMode',
|
||||
defaultAction : 'all',
|
||||
items :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue