mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Update incorrect docs on ClientConfig struct
This commit is contained in:
parent
5056fb5527
commit
023141761e
@ -188,7 +188,7 @@ type ClientConfig struct {
|
|||||||
DisplayedColumns []string `json:"displayed_columns"`
|
DisplayedColumns []string `json:"displayed_columns"`
|
||||||
// Custom columns
|
// Custom columns
|
||||||
CustomColumns []CustomColumnDefinition `json:"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"`
|
ForceCompactMode bool `json:"force_compact_mode"`
|
||||||
// Whether this is an offline instance of hishtory with no syncing
|
// Whether this is an offline instance of hishtory with no syncing
|
||||||
IsOffline bool `json:"is_offline"`
|
IsOffline bool `json:"is_offline"`
|
||||||
|
Loading…
Reference in New Issue
Block a user