UI: Fix bug where Pre19Defaults would always be set

"OldDefaults" was changed to "Pre19Defaults", but it was still left in
this spot unchanged.
This commit is contained in:
jp9000 2017-05-14 13:12:14 -07:00
parent 13741034dd
commit 602c730312

View file

@ -623,7 +623,7 @@ bool OBSApp::InitGlobalConfig()
}
}
if (!config_has_user_value(globalConfig, "General", "OldDefaults")) {
if (!config_has_user_value(globalConfig, "General", "Pre19Defaults")) {
uint32_t lastVersion = config_get_int(globalConfig, "General",
"LastVersion");
bool useOldDefaults = lastVersion &&