Skip to content

Commit

Permalink
bugfix - incremented replay titles caused save/restore issues
Browse files Browse the repository at this point in the history
  • Loading branch information
denandz committed Oct 16, 2020
1 parent cb19955 commit d8641e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/replayview.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (view *ReplayView) AddItem(r *replay.Request) {
}
log.Printf("[+] ReplayView - AddItem - Adding replay item with ID: %s\n", newID)
view.entries[newID] = r
r.ID = newID

rows := view.Table.GetRowCount()
view.Table.SetCell(rows, 0, tview.NewTableCell(newID))
Expand Down

0 comments on commit d8641e0

Please sign in to comment.