Explorar o código

fix site.conf

Karsten Böddeker %!s(int64=8) %!d(string=hai) anos
pai
achega
379301eb1e
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      site.conf

+ 5 - 1
site.conf

@@ -235,6 +235,10 @@
 	batman_on_wan = 0,
 
 	-- hide the altitude field in config mode
-	config_mode.geo_location.show_altitude = false,
+	config_mode = {
+		geo_location = {
+			show_altitude = false,
+		},
+	},
 
 }