Merrit / adventure_list

Todo list that syncs to all your devices
GNU General Public License v3.0
60 stars 5 forks source link

fix windowManager.getBounds() being null #3

Closed brys0 closed 1 year ago

brys0 commented 1 year ago

This fixes the window on Windows not initializing because windowManager.getBounds() being null windowManager requires windowManager.ensureInitialized() to function correctly.

Fixes #4

Merrit commented 1 year ago

Excellent - hadn't tested the build on Windows in some time. Thank you for the contribution - great work! :grin: :tada: