mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
full search disabled for now
This commit is contained in:
parent
bf64e67913
commit
8b614c9be6
1 changed files with 2 additions and 0 deletions
|
|
@ -1100,6 +1100,8 @@ update cards set usn=?, mod=?, did=? where odid=0 and id in """ + ids2str(
|
|||
self.mw.pm.profile['editFontFamily']))
|
||||
frm.fontSize.setValue(self.mw.pm.profile['editFontSize'])
|
||||
frm.lineSize.setValue(self.mw.pm.profile['editLineSize'])
|
||||
# disabled for now
|
||||
frm.fullSearch.setShown(False)
|
||||
frm.fullSearch.setChecked(self.mw.pm.profile['fullSearch'])
|
||||
if d.exec_():
|
||||
self.mw.pm.profile['editFontFamily'] = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue