Issue with the window size not persisting between states, the initial implementation was half baked anyway as there was never an event hook to update the value. So I did patch that and then attempt to restore the window state on load the SwiftUI way but there doesn't appear to be native functionality to allow this yet. So for now, just removed it and set up some wider limitations on the window bounds to allow for new languages not to be cut off.
Related Issue
Closes #44
Motivation and Context
Language support fixes as other languages may trail off the window bounds.
How Has This Been Tested?
Manually
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Issue with the window size not persisting between states, the initial implementation was half baked anyway as there was never an event hook to update the value. So I did patch that and then attempt to restore the window state on load the SwiftUI way but there doesn't appear to be native functionality to allow this yet. So for now, just removed it and set up some wider limitations on the window bounds to allow for new languages not to be cut off.
Related Issue
Closes #44
Motivation and Context
Language support fixes as other languages may trail off the window bounds.
How Has This Been Tested?
Manually
Types of changes
Checklist