mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update menu item name
This commit is contained in:
parent
40158cafdc
commit
b5773a6832
2 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ use \GtkMenuItem;
|
|||
|
||||
use \Yggverse\Yoda\Entity\Browser\Menu\Help;
|
||||
|
||||
class Gemlog
|
||||
class Homepage
|
||||
{
|
||||
// GTK
|
||||
public GtkMenuItem $gtk;
|
||||
|
|
@ -18,7 +18,7 @@ class Gemlog
|
|||
public Help $help;
|
||||
|
||||
// Defaults
|
||||
public const LABEL = 'Gemlog';
|
||||
public const LABEL = 'Home page';
|
||||
public const URL = 'gemini://yggverse.cities.yesterweb.org';
|
||||
|
||||
public function __construct(
|
||||
Loading…
Add table
Add a link
Reference in a new issue