X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/8b7908e63eef2878743219832e3c57a659b8d3de..61c272e101b6f0444c7b2a666b0b5e828ba6db03:/hotline/ui.go diff --git a/hotline/ui.go b/hotline/ui.go index 3d0fa68..d0fd6c0 100644 --- a/hotline/ui.go +++ b/hotline/ui.go @@ -19,7 +19,6 @@ type UI struct { App *tview.Application Pages *tview.Pages userList *tview.TextView - agreeModal *tview.Modal trackerList *tview.List HLClient *Client } @@ -75,7 +74,6 @@ func NewUI(c *Client) *UI { chatInput: chatInput, userList: userList, trackerList: tview.NewList(), - agreeModal: tview.NewModal(), HLClient: c, } }