mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
08945eee4a
commit
451c9edfdc
@ -112,7 +112,7 @@ def font_dirs():
|
||||
]
|
||||
return fc_list()
|
||||
|
||||
class Scanner(Thread):
|
||||
class FontScanner(Thread):
|
||||
|
||||
CACHE_VERSION = 1
|
||||
|
||||
@ -380,7 +380,7 @@ class Scanner(Thread):
|
||||
prints()
|
||||
prints()
|
||||
|
||||
font_scanner = Scanner()
|
||||
font_scanner = FontScanner()
|
||||
font_scanner.start()
|
||||
|
||||
def force_rescan():
|
||||
|
Loading…
x
Reference in New Issue
Block a user