Added automatic streamer mode detection to Linux (#2316)
This commit is contained in:
@@ -320,13 +320,14 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
|
||||
layout.addTitle("Streamer Mode");
|
||||
layout.addDescription(
|
||||
"Chatterino can automatically change behavior if it "
|
||||
"detects that \"OBS Studio\" is running.\nSelect which "
|
||||
"things you want to change while streaming");
|
||||
"Chatterino can automatically change behavior if it detects that \"OBS "
|
||||
"Studio\" is running (Automatic mode works only on Windows and "
|
||||
"Linux).\nSelect which things you want to change while streaming");
|
||||
|
||||
ComboBox *dankDropdown =
|
||||
layout.addDropdown<std::underlying_type<StreamerModeSetting>::type>(
|
||||
"Enable Streamer Mode", {"No", "Yes", "Detect OBS (Windows only)"},
|
||||
"Enable Streamer Mode",
|
||||
{"Disabled", "Enabled", "Automatic (Detect OBS)"},
|
||||
s.enableStreamerMode,
|
||||
[](int value) {
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user