Make the config of file filters and url filters separate

REVIEW: 128828
BUG: 368234
This commit is contained in:
Martin T. H. Sandsmark
2016-09-04 14:12:02 +02:00
parent f173cb4e10
commit b2b044cf2a
10 changed files with 118 additions and 63 deletions

View File

@@ -804,7 +804,6 @@ void ViewManager::applyProfileToView(TerminalDisplay* view , const Profile::Ptr
view->setTripleClickMode(Enum::TripleClickModeEnum(tripleClickMode));
view->setAutoCopySelectedText(profile->autoCopySelectedText());
view->setUnderlineLinks(profile->underlineLinksEnabled());
view->setControlDrag(profile->property<bool>(Profile::CtrlRequiredForDrag));
view->setDropUrlsAsText(profile->property<bool>(Profile::DropUrlsAsText));
view->setBidiEnabled(profile->bidiRenderingEnabled());