Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.2] [UX] Reset hidden postinstallation messages #37423

Closed
wants to merge 12 commits into from
Expand Up @@ -82,7 +82,7 @@ private function toolbar()

if (!empty($this->hidden))
{
$toolbar->standardButton('new', 'COM_POSTINSTALL_EMPTYSTATE_BUTTON_ADD', 'message.reset');
$toolbar->standardButton('', 'COM_POSTINSTALL_EMPTYSTATE_BUTTON_ADD', 'message.reset')->icon('icon-refresh');
magnussinger marked this conversation as resolved.
Show resolved Hide resolved
}
}

Expand Down