mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont use system dependent fallback icons
This commit is contained in:
parent
10776a9bba
commit
be860b2464
@ -59,7 +59,7 @@ def set_icon_paths():
|
||||
q = os.path.join(main_dir, subdir)
|
||||
if os.path.exists(q):
|
||||
paths.append(q)
|
||||
QIcon.setFallbackSearchPaths(paths + list(QIcon.fallbackSearchPaths()))
|
||||
QIcon.setFallbackSearchPaths(paths)
|
||||
default_theme_path = P('icon-themes', allow_user_override=False)
|
||||
paths = [default_theme_path]
|
||||
user_theme_path = P('icon-themes')
|
||||
|
Loading…
x
Reference in New Issue
Block a user