Started porting over functionality to the ImGui client via websocket communication.
This commit is contained in:
@@ -39,7 +39,7 @@ proc resetModalValues(component: AgentModalComponent) =
|
||||
component.spoofStack = false
|
||||
component.moduleSelection.reset()
|
||||
|
||||
proc draw*(component: AgentModalComponent, listeners: seq[Listener]) =
|
||||
proc draw*(component: AgentModalComponent, listeners: seq[UIListener]) =
|
||||
|
||||
let textSpacing = igGetStyle().ItemSpacing.x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user