From ad72b747fa526b663c61d5cf4efc7c66e629c500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 15 Nov 2020 20:07:24 +0100 Subject: Drop hideThreads Setting It is only used to read process directories on RedHat beginning with a dot. Unconditionally accept directories with a starting dot. --- Action.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Action.c') diff --git a/Action.c b/Action.c index e226bc53..11e87009 100644 --- a/Action.c +++ b/Action.c @@ -212,7 +212,6 @@ static Htop_Reaction actionToggleKernelThreads(State* st) { static Htop_Reaction actionToggleUserlandThreads(State* st) { st->settings->hideUserlandThreads = !st->settings->hideUserlandThreads; - st->settings->hideThreads = st->settings->hideUserlandThreads; return HTOP_RECALCULATE | HTOP_SAVE_SETTINGS; } -- cgit v1.2.3