UI: Remove advanced settings from final wizard results

Removes advanced encoder settings from final wizard result so they don't
conflict with the wizard's expected final results.
This commit is contained in:
jp9000
2017-05-17 22:32:48 -07:00
parent 8dff07ad46
commit 93297d3d0e

View File

@@ -765,6 +765,7 @@ void AutoConfig::SaveStreamSettings()
idealBitrate);
config_set_string(main->Config(), "SimpleOutput", "StreamEncoder",
GetEncoderId(streamingEncoder));
config_remove_value(main->Config(), "SimpleOutput", "UseAdvanced");
}
void AutoConfig::SaveSettings()