I spent some time looking at this and adding a recent files menu when all other windows are closed on macOS just isn't worth the effort.
You can:
- Use the recent files menu on the last MainWindow open before closing it
or
-Use File->Open to navigate to the epub you want if you know its name.
or
-Use File->New to get an empty MainWindow which will have an updated recent files menu that you can use to open a new Window. This nicely helps by leaving an empty MainWindow behind all of the others present to prevent the whole issue to begin with.
Sorry, but it would require moving the recent files list into app-level global variables as opposed to MainWindow level variables and then rebuilding it dynamically by trying to detect when the last MainWindow is closed on macOS.
And all of that just to save the use of a single File->New mouse click in the event you forget to open what you want before closing the last Main Window.
|