feat: add network management UI for kobo

This commit is contained in:
Qingping Hou
2016-06-25 17:53:08 -07:00
parent ab9a86788f
commit 20eb36a03d
32 changed files with 970 additions and 107 deletions

View File

@@ -39,7 +39,7 @@ local Device = require("device")
local Screen = Device.screen
local ellipsis, space = "...", " "
local ellipsis, space = "", " "
local ellipsis_width, space_width
local function truncateTextByWidth(text, face, max_width, prepend_space)
if not ellipsis_width then