A customizable start menu for GNOME Shell with category management, recent apps, and search functionality.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Are you using AI for this? [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) You shouldn't really use unnecessary checks and also what is the reason for `enableGeneration`?
Yes, I used AI assistance for part of the previous update, and I did not review the generated defensive code carefully enough. enableGeneration was intended to prevent asynchronous file-load callbacks from creating UI after disable(), but it was unnecessarily indirect. I removed it and now cancel the actual Gio operations with Gio.Cancellable. I also removed the speculative app-grid API checks and use Main.overview.showApps() directly. The updated package passes Shexli with zero findings.