feel like I'm doing shit here, but I reckon it will work

This commit is contained in:
2026-02-25 00:17:38 +00:00
parent e64b1c31b9
commit 34120f10af
10 changed files with 154 additions and 120 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ func createNewWindowForm(bus *events.Bus, doc *dom.DOM) {
}
}
AddAndShowPage(bus, doc, doc.GetElemByID(LayoutToolActionPagesID).(*tview.Pages),
formNode, true)
AddAndShowPage(doc.GetElemByID(LayoutToolActionPagesID).(*tview.Pages), formNode, true)
}
func windowInfoPageID(idx int16) string {