I looked into this a bit more and think there’s a quick css fix. This should display all menu bars by default, and still allow you to toggle them off:
div[id*=-#mce_] {
display: block !important;
}
I haven’t had time to fully test this and to make sure it doesn’t break anything else as I’m rushing out, so use at your own risk ??