Update incorrect docs on ClientConfig struct

This commit is contained in:
David Dworken 2024-08-11 12:01:51 -07:00
parent 5056fb5527
commit 023141761e
No known key found for this signature in database

View File

@ -188,7 +188,7 @@ type ClientConfig struct {
DisplayedColumns []string `json:"displayed_columns"`
// Custom columns
CustomColumns []CustomColumnDefinition `json:"custom_columns"`
// Whether this is an offline instance of hishtory with no syncing
// Whether to force enable a compact mode for the TUI
ForceCompactMode bool `json:"force_compact_mode"`
// Whether this is an offline instance of hishtory with no syncing
IsOffline bool `json:"is_offline"`