mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
4f59b529fc
commit
2ebb870cb9
1 changed files with 2 additions and 0 deletions
|
|
@ -8,9 +8,11 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Button;
|
|||
|
||||
class Bookmark extends Button
|
||||
{
|
||||
// Extras
|
||||
private const _IMAGE_STARRED_YES = 'starred-symbolic';
|
||||
private const _IMAGE_STARRED_NON = 'non-starred-symbolic';
|
||||
|
||||
// Defaults
|
||||
public const IMAGE = self::_IMAGE_STARRED_NON;
|
||||
public const LABEL = 'Bookmark';
|
||||
public const TOOLTIP = 'Toggle bookmark';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue