Added TUI option for kernel proc filtering.

This commit is contained in:
0xJoeMama 2022-05-20 23:46:49 +03:00
parent e1341a17cb
commit ba0b34db3f
No known key found for this signature in database
GPG key ID: 6E0A65853073294E

View file

@ -1,3 +1,4 @@
// clang-format off
/* Copyright 2021 Aristocratos (jakob@qvantnet.com)
Licensed under the Apache License, Version 2.0 (the "License");
@ -598,6 +599,10 @@ namespace Menu {
" ",
"Will show percentage of total memory",
"if False."},
{"proc_filter_kernel",
"Filter kernel processes from output",
"",
"Removes processes most users don't care about."},
}
};