mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
lualoader: logdef -> logodef typo
This commit is contained in:
parent
c6d9f133b3
commit
2ed9eb5dae
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ function drawer.drawlogo()
|
|||
x = x + drawer.shift.x
|
||||
y = y + drawer.shift.y
|
||||
|
||||
if logdef ~= nil and logodef.shift ~= nil then
|
||||
if logodef ~= nil and logodef.shift ~= nil then
|
||||
x = x + logodef.shift.x
|
||||
y = y + logodef.shift.y
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue