mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added indexer to history and tooltip to series view radio buttons
This commit is contained in:
@@ -28,6 +28,10 @@ define(
|
||||
if(!this.model.get('title')){
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
|
||||
if (this.model.get('tooltip')) {
|
||||
this.$el.attr('title', this.model.get('tooltip'))
|
||||
}
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
Reference in New Issue
Block a user