mirror of
https://github.com/kepler155c/opus
synced 2025-10-20 02:07:39 +00:00
System GPS page bugfix
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user