Restore editor windows to tabs after crashing

Case:

You have many multiple editor windows open and in each also use many tabs.
TOAD happens to crash for some reason.
After restart you are presented with option to restore them, which you want to do.
With each entry being restored to separate editor window you'll have their number = previous editor windows * previous editor tabs.
But more likely TOAD will freeze/crash on restoring them, as each editor windows uses approximately 410 GDI handles, while new editor tab takes only 28 handles.
On Windows 10 the limit of GDI handles is 10k, and can't be easily changed as in previous versions (AFAIK).

Idea:

Restore the editor to tabs as they were, or allow to change it while defaulting to previous session setup.

This is really more of a bug fix not enhancement idea.
Today I had TOAD crash (nothing new, happens frequently).
It took ages to restore few editor windows which had tabs to a total of 19 all new editor windows!
With nothing else and only 1 connection open TOAD on start used 9211 GDI objects.
Few more and it would crash again right after restart…