mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
only close OSD when a skin is successfully updated from Git
This commit is contained in:
parent
db69972a51
commit
57244494b6
7
setup.c
7
setup.c
@ -96,11 +96,12 @@ eOSState cInstallManager::ProcessInstallationStatus(void) {
|
||||
if (Finished()) {
|
||||
if (SuccessfullyUpdated()) {
|
||||
Skins.Message(mtStatus, tr("Skin successfully updated"));
|
||||
cCondWait::SleepMs(1000);
|
||||
return osEnd;
|
||||
} else {
|
||||
Skins.Message(mtStatus, tr("Skin already up to date"));
|
||||
}
|
||||
cCondWait::SleepMs(1000);
|
||||
return osEnd;
|
||||
return osContinue;
|
||||
}
|
||||
} else {
|
||||
int duration = Duration();
|
||||
if (duration > timeout) {
|
||||
|
Loading…
Reference in New Issue
Block a user