This btw is more of an issue on macOS where calling New does not directly call CreateNewBook() but instead creates a new MainWindow.
So we would have to change the new MainWindow() constructor call to carry along the version info, even for times when we have a file to load.
It can be done but it will be messy unless handled with care everyplace a call to new MainWindow() is used.
|