Properly update installed splashes
This commit is contained in:
@@ -683,6 +683,14 @@ int main(void)
|
|||||||
case MODE_SPLASHES:
|
case MODE_SPLASHES:
|
||||||
draw_install(INSTALL_SPLASH);
|
draw_install(INSTALL_SPLASH);
|
||||||
splash_install(*current_entry);
|
splash_install(*current_entry);
|
||||||
|
for(int i = 0; i < current_list->entries_count; i++)
|
||||||
|
{
|
||||||
|
Entry_s * splash = ¤t_list->entries[i];
|
||||||
|
if(splash == current_entry)
|
||||||
|
splash->installed = true;
|
||||||
|
else
|
||||||
|
splash->installed = false;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user