Added listener table view and modal for starting listeners.

This commit is contained in:
Jakob Friedl
2025-09-18 17:50:58 +02:00
parent 669a436946
commit 971bb6c8df
5 changed files with 258 additions and 33 deletions

View File

@@ -107,8 +107,6 @@ proc interact(component: SessionsTableComponent) =
proc draw*(component: SessionsTableComponent, showComponent: ptr bool) =
igSetNextWindowSize(vec2(800, 600), ImGuiCond_Once.int32)
igBegin(component.title, showComponent, 0)
defer: igEnd()