check cyrillic

This commit is contained in:
Mikhail Tergoev
2024-02-04 15:10:18 +03:00
parent 7fd54ed79e
commit 087530afdb
5 changed files with 17 additions and 0 deletions

View File

@ -928,6 +928,7 @@ pw_init_db () {
fi
[[ "${START_FROM_STEAM}" == 1 ]] && export PW_GUI_DISABLED_CS=1
[[ "${START_FROM_PP_GUI}" == 1 ]] && export PW_GUI_DISABLED_CS=0 && unset START_FROM_PP_GUI
return 0
}