From 40085edbcc83370ef68e5c5e28a45e2083095cdc Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Sun, 19 Feb 2017 03:58:42 +0000 Subject: [PATCH] update switch defaults --- config/{toggle.go => switch.go} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename config/{toggle.go => switch.go} (96%) diff --git a/config/toggle.go b/config/switch.go similarity index 96% rename from config/toggle.go rename to config/switch.go index 3e1111b..acbf8d4 100644 --- a/config/toggle.go +++ b/config/switch.go @@ -9,12 +9,12 @@ var switches = []*Switch{ }, &Switch{ Key: "allContainers", - Val: false, + Val: true, Label: "Show All Containers", }, &Switch{ Key: "enableHeader", - Val: false, + Val: true, Label: "Enable cTop Status Line", }, &Switch{