mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
also be initialized in case of backup skin is active
This commit is contained in:
parent
68d4d6acae
commit
b044321b1f
@ -216,6 +216,7 @@ void cSkinDesigner::Init(void) {
|
|||||||
esyslog("skindesigner: error during loading of templates - using LCARS as backup");
|
esyslog("skindesigner: error during loading of templates - using LCARS as backup");
|
||||||
backupSkin = new cSkinLCARS();
|
backupSkin = new cSkinLCARS();
|
||||||
useBackupSkin = true;
|
useBackupSkin = true;
|
||||||
|
initialized = true;
|
||||||
} else {
|
} else {
|
||||||
CacheViews();
|
CacheViews();
|
||||||
watch.Stop("templates loaded and caches created");
|
watch.Stop("templates loaded and caches created");
|
||||||
|
Loading…
Reference in New Issue
Block a user