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

@@ -106,6 +106,9 @@ local Device = {
-- (c.f., https://github.com/koreader/koreader/pull/5211#issuecomment-521304139)
hasFastWifiStatusQuery = no,
-- set to yes on devices with system fonts
hasSystemFonts = no,
canOpenLink = no,
openLink = no,
canExternalDictLookup = no,