1. Set limit input phrase length option turned off by default

2. Set input phrase length limit to 1000 by default
This commit is contained in:
Abs62 2020-11-16 17:51:52 +03:00
parent 61eb4e08fe
commit c02915d5e5
2 changed files with 4 additions and 4 deletions

View file

@ -210,8 +210,8 @@ Preferences::Preferences():
, confirmFavoritesDeletion( true )
, collapseBigArticles( false )
, articleSizeLimit( 2000 )
, limitInputPhraseLength( true )
, inputPhraseLengthLimit( 200 )
, limitInputPhraseLength( false )
, inputPhraseLengthLimit( 1000 )
, maxDictionaryRefsInContextMenu ( 20 )
#ifndef Q_WS_X11
, trackClipboardChanges( false )

View file

@ -1737,7 +1737,7 @@ from mouse-over, selection, clipboard or command line</string>
<string>Ignore input phrases longer than</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@ -1753,7 +1753,7 @@ from mouse-over, selection, clipboard or command line</string>
<number>5</number>
</property>
<property name="value">
<number>200</number>
<number>1000</number>
</property>
</widget>
</item>