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():
|
||||
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()
|
||||
if not store_names:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user