Skip to content

Commit

Permalink
[CubariProxyBridge] Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Nov 26, 2024
1 parent 6c86e2c commit c18f535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bridges/CubariProxyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,9 @@ public function getURI()
}
return $uri;
}

public function getFavicon()
{
return parent::getURI() . '/static/favicon.ico';
}
}

0 comments on commit c18f535

Please sign in to comment.