mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
feat: add network management UI for kobo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user