mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
shared toolbar radio button style is working. just need to store state.
This commit is contained in:
parent
6636b77489
commit
fe554849c2
15 changed files with 183 additions and 142 deletions
7
UI/Shared/Toolbar/ButtonCollection.js
Normal file
7
UI/Shared/Toolbar/ButtonCollection.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
"use strict";
|
||||
define(['app', 'Shared/Toolbar/ButtonModel'], function () {
|
||||
NzbDrone.Shared.Toolbar.ButtonCollection = Backbone.Collection.extend({
|
||||
model: NzbDrone.Shared.Toolbar.ButtonModel
|
||||
});
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue