Merge pull request #677 from 23rd/patch-4-link-tooltip-bttv

Added tooltip to links.
This commit is contained in:
pajlada
2018-08-29 01:23:17 +02:00
committed by GitHub
10 changed files with 90 additions and 4 deletions
+3
View File
@@ -50,6 +50,9 @@ FeelPage::FeelPage()
form->addRow("Links:",
this->createCheckBox("Open links only on double click",
getSettings()->linksDoubleClickOnly));
form->addRow("",
this->createCheckBox("Show link info in tooltips",
getSettings()->enableLinkInfoTooltip));
}
layout->addSpacing(16);