Enable by default

This commit is contained in:
Thomas Surrel
2020-07-07 09:00:46 +02:00
parent 469f755e44
commit 1f78369a0c

View File

@@ -189,7 +189,7 @@ void Profile::useFallback()
setProperty(HistorySize, 1000);
setProperty(ScrollBarPosition, Enum::ScrollBarRight);
setProperty(ScrollFullPage, false);
setProperty(HighlightScrolledLines, false);
setProperty(HighlightScrolledLines, true);
setProperty(FlowControlEnabled, true);
setProperty(UrlHintsModifiers, 0);