feat(tabs): add open_tabs_style_config command
This commit is contained in:
parent
d664d041fa
commit
4cd06e34fb
2 changed files with 24 additions and 2 deletions
|
@ -50,7 +50,7 @@ const @"style.config" = struct {
|
|||
|
||||
include_files: []const u8 = "",
|
||||
};
|
||||
const Style = @"style.config";
|
||||
pub const Style = @"style.config";
|
||||
|
||||
pub fn create(allocator: std.mem.Allocator, parent: Plane, event_handler: ?EventHandler) @import("widget.zig").CreateError!Widget {
|
||||
const self = try allocator.create(TabBar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue