Skip to content

Commit 358a24c

Browse files
Make SetLocales more consistent with other RuntimeController methods (#7447)
1 parent 0c11836 commit 358a24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/runtime_controller.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ bool RuntimeController::SetLocales(
155155
window->UpdateLocales(locale_data);
156156
return true;
157157
}
158-
return true;
158+
159+
return false;
159160
}
160161

161162
bool RuntimeController::SetUserSettingsData(const std::string& data) {

0 commit comments

Comments
 (0)