mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user