Make SetLocales more consistent with other RuntimeController methods (#7447)

This commit is contained in:
Jason Simmons 2019-01-10 17:30:58 -08:00 committed by GitHub
parent 0c11836c9c
commit 358a24c499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,8 @@ bool RuntimeController::SetLocales(
window->UpdateLocales(locale_data);
return true;
}
return true;
return false;
}
bool RuntimeController::SetUserSettingsData(const std::string& data) {