debloat the ui a lil
This commit is contained in:
@@ -342,7 +342,6 @@ func (m menuModel) View() string {
|
||||
if len(m.intro) > 0 {
|
||||
bodyParts = append(bodyParts, m.theme.renderSection(width, "Context", m.intro))
|
||||
}
|
||||
bodyParts = append(bodyParts, m.theme.sectionTitle.Width(contentWidth).Render("Actions"))
|
||||
bodyParts = append(bodyParts, strings.Join(rows, "\n"))
|
||||
|
||||
return m.theme.renderFrame(
|
||||
|
||||
Reference in New Issue
Block a user