Closed brys0 closed 1 year ago
This fixes the window on Windows not initializing because windowManager.getBounds() being null windowManager requires windowManager.ensureInitialized() to function correctly.
windowManager.getBounds()
null
windowManager
windowManager.ensureInitialized()
Fixes #4
Excellent - hadn't tested the build on Windows in some time. Thank you for the contribution - great work! :grin: :tada:
This fixes the window on Windows not initializing because
windowManager.getBounds()
beingnull
windowManager
requireswindowManager.ensureInitialized()
to function correctly.Fixes #4