Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed May 18, 2018
1 parent 79411f6 commit 6cee42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fallbackui.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func createFallbackUI() {
return
}

fmt.Print("ShadowFox updater 1.4.1\n\n")
fmt.Print("ShadowFox updater 1.5.0\n\n")

fmt.Println("Available profiles:")
for i, name := range names {
Expand Down
4 changes: 2 additions & 2 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func createUI() error {
AddItem(nil, 1, 0, false).
AddItem(exitButton, 0, 1, true), 3, 0, true,
)
flex.SetBorder(true).SetTitle("ShadowFox updater 1.4.1").SetBorderPadding(1, 1, 1, 1)
flex.SetBorder(true).SetTitle("ShadowFox updater 1.5.0").SetBorderPadding(1, 1, 1, 1)

if paths == nil {
text := tview.NewTextView().SetText(
Expand All @@ -144,7 +144,7 @@ func createUI() error {
"3. Run the program ",
).SetTextAlign(tview.AlignCenter)

text.SetBorder(true).SetTitle("ShadowFox updater 1.4.1").SetBorderPadding(1, 1, 1, 1)
text.SetBorder(true).SetTitle("ShadowFox updater 1.5.0").SetBorderPadding(1, 1, 1, 1)

app.SetRoot(text, true)
} else {
Expand Down

0 comments on commit 6cee42b

Please sign in to comment.