feat: use palatte instance specific name and icon

This commit is contained in:
CJ van den Berg 2024-08-31 21:13:55 +02:00
parent 4a04b44fef
commit 7b877de6d7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 25 additions and 19 deletions

View file

@ -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,
};
}