refactor: trigger project_manager startup on tui init
This commit is contained in:
parent
ba470610be
commit
d53a70736b
2 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,8 @@ fn init(allocator: Allocator) !*Self {
|
|||
self.rdr.dispatch_event = dispatch_event;
|
||||
try self.rdr.run();
|
||||
|
||||
try project_manager.start();
|
||||
|
||||
try frame_clock.start();
|
||||
try self.commands.init(self);
|
||||
errdefer self.deinit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue