mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-18 11:14:40 -04:00
UI: Change advanced networking strings
This commit is contained in:
committed by
jp9000
parent
a03ade631f
commit
e151ce6f2a
@@ -2365,6 +2365,8 @@ void OBSBasicSettings::LoadAdvancedSettings()
|
||||
|
||||
ui->enableNewSocketLoop->setChecked(enableNewSocketLoop);
|
||||
ui->enableLowLatencyMode->setChecked(enableLowLatencyMode);
|
||||
ui->enableLowLatencyMode->setToolTip(
|
||||
QTStr("Basic.Settings.Advanced.Network.TCPPacing.Tooltip"));
|
||||
|
||||
bool browserHWAccel = config_get_bool(App()->GlobalConfig(), "General",
|
||||
"BrowserHWAccel");
|
||||
|
||||
Reference in New Issue
Block a user