mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 10:13:11 +02:00
Dont use system dependent fallback icons
This commit is contained in:
parent
69ab45dcdf
commit
b43c30372d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue