Use language.iscustom

This commit is contained in:
fed
2023-02-24 20:14:44 +01:00
parent 541b1b2059
commit fe9e7889f8
4 changed files with 8 additions and 1 deletions

View File

@ -83,7 +83,7 @@ LUI.MenuBuilder.registerType("choose_language_menu", function(a1)
LUI.Options.AddOptionTextInfo(menu)
if language.isnonlatin() and config.get("language") ~= "czech" then
if (language.isnonlatin() and not language.iscustom()) then
if (config.get("disable_custom_fonts")) then
menu:AddHelp({
name = "add_button_helper_text",