1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-22 14:50:36 +03:00

fix non-local capture

This commit is contained in:
Dmitry Degtyarev 2021-07-29 14:39:00 +04:00
parent 4ceb07aa76
commit f408e3b424

View File

@ -33,7 +33,7 @@ const QHash<QString, bool> bool_setting_default_map = {
{SETTING_confirm_actions, true},
{SETTING_dev_mode, false},
{SETTING_show_non_containers_in_console_tree, false},
{SETTING_last_name_before_first_name, [&]() {
{SETTING_last_name_before_first_name, []() {
const bool locale_is_russian = (QLocale::system().language() == QLocale::Russian);
if (locale_is_russian) {
return true;