mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Fix typos in some files
This commit is contained in:
parent
4137d216aa
commit
46c753dbe2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func (gui *Gui) getMenuPanel() *panels.SideListPanel[*types.MenuItem] {
|
||||||
return gui.resizePopupPanel(gui.Views.Menu)
|
return gui.resizePopupPanel(gui.Views.Menu)
|
||||||
},
|
},
|
||||||
// so that we can avoid some UI trickiness, the menu will not have filtering
|
// so that we can avoid some UI trickiness, the menu will not have filtering
|
||||||
// abillity yet. To support it, we would need to have filter state against
|
// ability yet. To support it, we would need to have filter state against
|
||||||
// each panel (e.g. for when you filter the images panel, then bring up
|
// each panel (e.g. for when you filter the images panel, then bring up
|
||||||
// the options menu, then try to filter that too.
|
// the options menu, then try to filter that too.
|
||||||
DisableFilter: true,
|
DisableFilter: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue