mirror of
https://github.com/kepler155c/opus
synced 2025-01-01 03:10:28 +00:00
icon update - thx LDD
This commit is contained in:
parent
a569c2c900
commit
bd9b2825be
@ -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
|
||||
|
@ -11,6 +11,9 @@
|
||||
title = "Cloud",
|
||||
category = "Apps",
|
||||
run = "cshell.lua",
|
||||
iconExt = "\0300\031f\159\131\135\0310\128\128\031f\139\131\030f\0310\144\
|
||||
\0300\128\031f\137\144\0310\128\030a\136\149\133\0300\128\
|
||||
\0300\031f\144\134\136\132\031a\142\138\138\030f\0310\159",
|
||||
},
|
||||
[ "53ebc572b4a44802ba114729f07bdaaf5409a9d7" ] = {
|
||||
title = "Network",
|
||||
|
Loading…
Reference in New Issue
Block a user