mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0b565f3975
commit
8e1fba87a3
@ -88,6 +88,10 @@ class SearchDialog(QDialog, Ui_Dialog):
|
|||||||
if not query.strip():
|
if not query.strip():
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# Plugins are in alphebetic order. Randomize the
|
||||||
|
# order of plugin names. This way plugins closer
|
||||||
|
# to a don't have an unfair advantage over
|
||||||
|
# plugins further from a.
|
||||||
store_names = self.store_plugins.keys()
|
store_names = self.store_plugins.keys()
|
||||||
if not store_names:
|
if not store_names:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user