mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
update potentially conflicting variable name
This commit is contained in:
parent
400d9471b6
commit
66ff8ad7ec
@ -20,9 +20,9 @@ type GridCursor struct {
|
||||
isScrolling bool // toggled when actively scrolling
|
||||
}
|
||||
|
||||
func NewGridCursor(connector string) *GridCursor {
|
||||
func NewGridCursor(connectorName string) *GridCursor {
|
||||
return &GridCursor{
|
||||
cSource: enabledConnectors[connector](),
|
||||
cSource: enabledConnectors[connectorName](),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user