From 569393a104d631afc4cfb26d11c98aeac6fa3eef Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Feb 2012 07:17:17 +0000 Subject: [PATCH] Update default config file - Explicitly disable the gps plugin - Disable the map plugin so that both it and the sat plugin aren't loaded at the same time --- data/defaults.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/defaults.ini b/data/defaults.ini index 18e1d67..e2ba606 100644 --- a/data/defaults.ini +++ b/data/defaults.ini @@ -10,8 +10,9 @@ offline=false [plugins] sat=true -map=true +map=false env=true elev=false radar=true alert=true +gps=false -- 2.43.2