add hasSystemFonts device property (#7535)

Add system + user paths to the ReMarkable (has normal linux paths)
This commit is contained in:
Martín Fernández
2021-04-19 09:04:31 +02:00
committed by GitHub
parent 9988eab1a1
commit 53234fcdc1
9 changed files with 20 additions and 11 deletions

View File

@@ -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