forked from openlp/openlp
Improved one comment.
This commit is contained in:
parent
a77ce8bff5
commit
bb6555349b
@ -848,8 +848,7 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
|
|
||||||
def on_search_text_edit_changed(self):
|
def on_search_text_edit_changed(self):
|
||||||
"""
|
"""
|
||||||
If search as type enabled invoke the search on each key press. If the Lyrics are being searched do not start
|
If search automatically while typing is enabled, perform the search and list results when conditions are met.
|
||||||
till 7 characters have been entered.
|
|
||||||
"""
|
"""
|
||||||
text = self.quick_search_edit.text()
|
text = self.quick_search_edit.text()
|
||||||
# If web bible is used, don't show the error while searching and typing.
|
# If web bible is used, don't show the error while searching and typing.
|
||||||
|
Loading…
Reference in New Issue
Block a user