DursunCan actually, just circling back on this. It seems you can use this somewhat dirty “hack” in the footer, so in admin->apperance->custom footer, you could add this
<script>window.localStorage.removeItem('welcomeHidden');</script>
This would then force the localStorage
to be cleared meaning the welcome header will return.