mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use constants for defaults, use namespaces
This commit is contained in:
parent
ea30508f52
commit
a8b2fa0d23
15 changed files with 55 additions and 41 deletions
|
|
@ -6,8 +6,8 @@ namespace Yggverse\Yoda\Entity\Browser\History\Container\Navbar;
|
|||
|
||||
class Search extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navbar\Button
|
||||
{
|
||||
protected bool $_sensitive = true;
|
||||
protected string $_label = 'Search';
|
||||
public const SENSITIVE = true;
|
||||
public const LABEL = 'Search';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue