mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
shared toolbar radio button style is working. just need to store state.
This commit is contained in:
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
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user