List open windows of all workspaces, plus Save/Restore window positions (run automatically on Suspend/Resume, a workaround for Ubuntu bug #1778983).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Also null out in disable: ```js this.allWindowsStates = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. What's the reason for async in line 534 `extension.js`? Please remove that async catch block.
Thank you for the review. I'm submitting a new version.