fix: send splits_updated notification to widgets on project change
This commit is contained in:
parent
7cda28adde
commit
86856f6631
1 changed files with 1 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ const cmds = struct {
|
||||||
|
|
||||||
if (self.top_bar) |bar| _ = try bar.msg(.{ "PRJ", "open" });
|
if (self.top_bar) |bar| _ = try bar.msg(.{ "PRJ", "open" });
|
||||||
if (self.bottom_bar) |bar| _ = try bar.msg(.{ "PRJ", "open" });
|
if (self.bottom_bar) |bar| _ = try bar.msg(.{ "PRJ", "open" });
|
||||||
|
_ = try self.widgets_widget.msg(.{"splits_updated"});
|
||||||
}
|
}
|
||||||
pub const change_project_meta: Meta = .{ .arguments = &.{.string} };
|
pub const change_project_meta: Meta = .{ .arguments = &.{.string} };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue