Make Emotes Tooltip Preview disablable in the Settings

This commit is contained in:
rexim
2019-05-28 23:43:36 +07:00
parent a569985315
commit 8b79faf958
3 changed files with 3 additions and 2 deletions
@@ -270,6 +270,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Double click links to open", s.linksDoubleClickOnly);
layout.addCheckbox("Unshorten links", s.unshortLinks);
layout.addCheckbox("Show live indicator in tabs", s.showTabLive);
layout.addCheckbox("Show emote preview in tooltip on hover", s.emotesTooltipPreview);
layout.addSpacing(16);
layout.addSeperator();