feat(tabs): add open_tabs_style_config command

This commit is contained in:
CJ van den Berg 2025-01-30 14:06:59 +01:00
parent d664d041fa
commit 4cd06e34fb
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 24 additions and 2 deletions

View file

@ -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);