aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 5dd43ea..104a4e7 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3282,6 +3282,7 @@ nochange:
break;
case SEL_TOGGLEDOT:
cfg.showhidden ^= 1;
+ setdirwatch();
break;
case SEL_DETAIL:
cfg.showdetail ^= 1;