mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add hasSystemFonts device property (#7535)
Add system + user paths to the ReMarkable (has normal linux paths)
This commit is contained in:
@@ -89,6 +89,7 @@ local Device = Generic:new{
|
||||
hasClipboard = yes,
|
||||
hasOTAUpdates = canUpdateApk,
|
||||
hasFastWifiStatusQuery = yes,
|
||||
hasSystemFonts = yes,
|
||||
canOpenLink = yes,
|
||||
openLink = function(self, link)
|
||||
if not link or type(link) ~= "string" then return end
|
||||
|
||||
Reference in New Issue
Block a user