Init title on ios and android

This commit is contained in:
Lubos Lenco
2021-10-18 17:34:41 +02:00
parent 1aa7faaa02
commit 152ec583b2
+3
View File
@@ -129,6 +129,9 @@ class App {
defaultFontSize = theme.FONT_SIZE;
Translator.loadTranslations(Config.raw.locale);
UIFiles.filename = tr("untitled");
#if (krom_android || krom_ios)
kha.Window.get(0).title = tr("untitled");
#end
// Precompiled font for fast startup
if (Config.raw.locale == "en") {