feat: use palatte instance specific name and icon
This commit is contained in:
parent
4a04b44fef
commit
7b877de6d7
4 changed files with 25 additions and 19 deletions
|
@ -82,8 +82,8 @@ pub fn Create(options: type) type {
|
|||
try mv.floating_views.add(self.menu.container_widget);
|
||||
return .{
|
||||
.handler = EventHandler.to_owned(self),
|
||||
.name = " command",
|
||||
.description = "command",
|
||||
.name = options.name,
|
||||
.description = options.description,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue