mirror of https://github.com/cjbassi/gotop.git
Don't change sortmethod to cpu with <tab>
This commit is contained in:
parent
33e6b73398
commit
106fad5ead
|
@ -224,7 +224,6 @@ func (self *Proc) keyBinds() {
|
|||
} else {
|
||||
self.UniqueCol = 0
|
||||
}
|
||||
self.sortMethod = "c"
|
||||
self.Sort()
|
||||
self.Top()
|
||||
self.KeyPressed <- true
|
||||
|
|
Loading…
Reference in New Issue