Init title on ios and android
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user