feat: add icon in buffer palette
This commit is contained in:
parent
92b1354d4d
commit
3f61e46dfe
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ const Widget = @import("../../Widget.zig");
|
|||
pub const label = "Switch buffers";
|
||||
pub const name = " buffer";
|
||||
pub const description = "buffer";
|
||||
pub const icon = " ";
|
||||
|
||||
pub const Entry = struct {
|
||||
label: []const u8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue