System GPS page bugfix

This commit is contained in:
kepler155c@gmail.com 2018-04-01 20:09:47 -04:00
parent 4836a6a3a2
commit 6ed8468a65
1 changed files with 1 additions and 1 deletions

View File

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