mirror of
https://github.com/kepler155c/opus
synced 2025-11-12 05:23:01 +00:00
icon update - thx LDD
This commit is contained in:
@@ -263,7 +263,7 @@ function page.grid:getDisplayValues(row)
|
||||
row.fuel = row.fuel > 0 and Util.toBytes(row.fuel) or ''
|
||||
end
|
||||
if row.distance then
|
||||
row.distance = Util.round(row.distance, 1)
|
||||
row.distance = Util.toBytes(Util.round(row.distance, 1))
|
||||
end
|
||||
return row
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user