Add automatic streamer mode detection to macOS (#2376)
This commit is contained in:
@@ -321,8 +321,8 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
layout.addTitle("Streamer Mode");
|
||||
layout.addDescription(
|
||||
"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");
|
||||
"Studio\" is running.\nSelect which things you want to change while "
|
||||
"streaming");
|
||||
|
||||
ComboBox *dankDropdown =
|
||||
layout.addDropdown<std::underlying_type<StreamerModeSetting>::type>(
|
||||
|
||||
Reference in New Issue
Block a user