Skip to content

Commit

Permalink
Include timestamp in GUI settings (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerk authored and tzerk committed Mar 2, 2017
1 parent c78a06d commit 1ccdd5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func main() {
box_settings.Append(ui.NewLabel("Token: " + config.Token), false)
box_settings.Append(ui.NewLabel("Bot ID: " + config.Botid), false)
box_settings.Append(ui.NewLabel("Chat ID: " + config.Chatid), false)
box_settings.Append(ui.NewLabel("Timestamp: " + strconv.FormatBool(config.TimeStamp)), false)
box_settings.Append(ui.NewLabel("Message: " + config.Message), false)
box_settings.Append(ui.NewLabel("Stay alive: " + strconv.FormatBool(config.StayAlive)), false)
box_settings.Append(ui.NewLabel("Process: " + config.Process), false)
Expand Down

0 comments on commit 1ccdd5e

Please sign in to comment.