mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
fix: update yaml field for ignoring mouse events
This commit is contained in:
parent
4e2f26b21e
commit
0e05c4644e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ type GuiConfig struct {
|
|||
|
||||
// IgnoreMouseEvents is for when you do not want to use your mouse to interact
|
||||
// with anything
|
||||
IgnoreMouseEvents bool `yaml:"mouseEvents,omitempty"`
|
||||
IgnoreMouseEvents bool `yaml:"ignoreMouseEvents,omitempty"`
|
||||
|
||||
// Theme determines what colors and color attributes your panel borders have.
|
||||
// I always set inactiveBorderColor to black because in my terminal it's more
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue