diff --git a/plugins/dynamix/DashboardApps.page b/plugins/dynamix/DashboardApps.page index b1e7930e6..8d38da738 100644 --- a/plugins/dynamix/DashboardApps.page +++ b/plugins/dynamix/DashboardApps.page @@ -55,7 +55,7 @@ function loadlist() { if ($('.Panel.started').length===0) $('#noapps').show(); } if ($('.Panel').length===0) $('#noapps').show(); - $('#apps_icons').slideDown('slow'); + $('#apps_icons').slideDown('fast'); context.init({preventDoubleContext:false}); }); }