mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 04:04:31 +02:00
Icons: Allow Bridge-specified icons (#788)
This commit is contained in:
parent
c4cccfe0f3
commit
704a87ad97
8 changed files with 32 additions and 4 deletions
|
@ -205,4 +205,8 @@ abstract class FeedExpander extends BridgeAbstract {
|
|||
public function getName(){
|
||||
return $this->name ?: parent::getName();
|
||||
}
|
||||
|
||||
public function getIcon(){
|
||||
return $this->icon ?: parent::getIcon();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue