Skip to content

Commit 803a2c6

Browse files
committed
Fix refresh TUI not having an effect
1 parent c4bdfb4 commit 803a2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ func updateStatsTable(app *tview.Application, table *tview.Table, tableSort *fun
249249
}
250250

251251
app.Draw()
252-
time.Sleep(defaultRefresh)
252+
time.Sleep(*refresh)
253253
}
254254
}

0 commit comments

Comments
 (0)