There was an error while loading. Please reload this page.
1 parent 03f24b8 commit aaa39c3Copy full SHA for aaa39c3
2 files changed
internal/utils/info.go
@@ -1,6 +1,6 @@
1
package utils
2
3
const (
4
- AppVersion = "v1.0.53"
+ AppVersion = "v2.0.0-rc.1"
5
AppName = "e1s"
6
)
internal/view/footer.go
@@ -84,5 +84,5 @@ func (v *view) addFooterItems() {
84
85
// e1s info label
86
t := tview.NewTextView().SetDynamicColors(true).SetText(fmt.Sprintf(color.FooterE1sFmt, utils.AppName, utils.AppVersion))
87
- v.footer.footerFlex.AddItem(t, 14, 0, false)
+ v.footer.footerFlex.AddItem(t, len(utils.AppVersion)+7, 0, false)
88
}
0 commit comments