Don't change sortmethod to cpu with <tab>

This commit is contained in:
Caleb Bassi 2018-04-19 19:59:20 -07:00
parent 33e6b73398
commit 106fad5ead
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ func (self *Proc) keyBinds() {
} else {
self.UniqueCol = 0
}
self.sortMethod = "c"
self.Sort()
self.Top()
self.KeyPressed <- true