From 2ed28fcb440e5c771c09a16bb827fc84f53eef79 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 26 Sep 2021 19:35:09 +0200 Subject: [PATCH] Changed: use_fstab for disks collection now defaults to true --- src/btop_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btop_config.cpp b/src/btop_config.cpp index ccc5c21..2a1bbc0 100644 --- a/src/btop_config.cpp +++ b/src/btop_config.cpp @@ -224,7 +224,7 @@ namespace Config { {"swap_disk", true}, {"show_disks", true}, {"only_physical", true}, - {"use_fstab", false}, + {"use_fstab", true}, {"show_io_stat", true}, {"io_mode", false}, {"io_graph_combined", false},