option to hide viewer count and duration of the stream when you hover on the split (#1626)
Fixes #1621
This commit is contained in:
@@ -540,6 +540,9 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
||||
s.enableExperimentalIrc);
|
||||
layout.addCheckbox("Show unhandled IRC messages",
|
||||
s.showUnhandledIrcMessages);
|
||||
layout.addCheckbox(
|
||||
"Hide viewercount and stream length while hovering the split",
|
||||
s.hideViewerCountAndDuration);
|
||||
|
||||
layout.addTitle("Cache");
|
||||
layout.addDescription(
|
||||
|
||||
Reference in New Issue
Block a user