Add an option to remove spaces between emotes (#2684)
This feature is disabled by default and can be enabled in the settings. Co-authored-by: Mm2PL <jakis128@gmail.com>
This commit is contained in:
@@ -307,6 +307,8 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
return fuzzyToFloat(args.value, 1.f);
|
||||
});
|
||||
|
||||
layout.addCheckbox("Remove spaces between emotes",
|
||||
s.removeSpacesBetweenEmotes);
|
||||
layout.addDropdown<int>(
|
||||
"Show info on hover", {"Don't show", "Always show", "Hold shift"},
|
||||
s.emotesTooltipPreview,
|
||||
|
||||
Reference in New Issue
Block a user