mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
removed startup check again
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -228,3 +228,5 @@ Version 0.3.1
|
||||
|
||||
Version 0.3.2
|
||||
|
||||
- fixed crash in drawing devices
|
||||
|
||||
|
@@ -46,8 +46,6 @@ cSkinDisplayChannel *cSkinDesigner::DisplayChannel(bool WithInfo) {
|
||||
}
|
||||
|
||||
cSkinDisplayMenu *cSkinDesigner::DisplayMenu(void) {
|
||||
if (init)
|
||||
return NULL;
|
||||
if (!useBackupSkin) {
|
||||
cSDDisplayMenu *displayMenu = NULL;
|
||||
Init();
|
||||
|
Reference in New Issue
Block a user