also be initialized in case of backup skin is active

This commit is contained in:
Peter Bieringer 2021-02-03 07:13:41 +01:00
parent 68d4d6acae
commit b044321b1f
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ void cSkinDesigner::Init(void) {
esyslog("skindesigner: error during loading of templates - using LCARS as backup");
backupSkin = new cSkinLCARS();
useBackupSkin = true;
initialized = true;
} else {
CacheViews();
watch.Stop("templates loaded and caches created");