1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-24 23:50:26 +00:00

System GPS page bugfix

This commit is contained in:
kepler155c@gmail.com 2018-04-01 20:09:47 -04:00
parent 4836a6a3a2
commit 6ed8468a65

View File

@ -144,7 +144,7 @@ if turtle then
local Home = require('turtle.home') local Home = require('turtle.home')
local values = { } local values = { }
Config.load('gps', values.home or { }) Config.load('gps', values.home and { values.home } or { })
systemPage.tabs:add({ systemPage.tabs:add({
gpsTab = UI.Window { gpsTab = UI.Window {