feat: use icons in mini mode labels
This commit is contained in:
parent
9ba773c4a4
commit
cf22ba38e7
7 changed files with 21 additions and 28 deletions
|
@ -41,7 +41,7 @@ pub fn handler(self: *Self) EventHandler {
|
|||
}
|
||||
|
||||
pub fn name(_: *Self) []const u8 {
|
||||
return "goto";
|
||||
return "#goto";
|
||||
}
|
||||
|
||||
pub fn receive(self: *Self, _: tp.pid_ref, m: tp.message) error{Exit}!bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue