fix scart_osd_fix

Origin commit data
------------------
Commit: af19c1a3e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)

Origin message was:
------------------
- fix scart_osd_fix
This commit is contained in:
vanhofen
2021-03-31 17:38:22 +02:00
parent 0f70c952c0
commit 212f7d3b98
2 changed files with 19 additions and 19 deletions

View File

@@ -727,7 +727,7 @@ int COsdSetup::showOsdSetup()
osd_menu->addItem(mc);
}
#if !defined BOXMODEL_CST_HD2
#if defined BOXMODEL_CST_HD1
int scart_osd_fix_exist = 0;
if (file_exists("/var/etc/.scart_osd_fix"))
scart_osd_fix_exist = 1;
@@ -779,7 +779,7 @@ int COsdSetup::showOsdSetup()
CAudioMute::getInstance()->enableMuteIcon(true);
}
#if !defined BOXMODEL_CST_HD2
#if defined BOXMODEL_CST_HD1
delete scartFileNotifier;
#endif
delete colorInfoclockNotifier;