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