mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
src/neutrino.cpp: fix show logo on start
This commit is contained in:
@@ -2430,6 +2430,7 @@ TIMER_START();
|
|||||||
g_videoSettings->setVideoSettings();
|
g_videoSettings->setVideoSettings();
|
||||||
|
|
||||||
frameBuffer->showFrame(LOGODIR "/logo.jpg");
|
frameBuffer->showFrame(LOGODIR "/logo.jpg");
|
||||||
|
bool startlogo = frameBuffer->showFrame("logo.jpg");
|
||||||
|
|
||||||
g_RCInput = new CRCInput();
|
g_RCInput = new CRCInput();
|
||||||
|
|
||||||
@@ -2557,6 +2558,12 @@ TIMER_START();
|
|||||||
startwizard.exec(NULL, "");
|
startwizard.exec(NULL, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// clean up startlogo
|
||||||
|
if (startlogo){
|
||||||
|
sleep(3);
|
||||||
|
frameBuffer->stopFrame();
|
||||||
|
}
|
||||||
|
|
||||||
if(loadSettingsErg) {
|
if(loadSettingsErg) {
|
||||||
hintBox->hide();
|
hintBox->hide();
|
||||||
dprintf(DEBUG_INFO, "config file or options missing\n");
|
dprintf(DEBUG_INFO, "config file or options missing\n");
|
||||||
|
Reference in New Issue
Block a user