I have been working on a project where I changed the menu, adding several more features, and after a while, I added one more feature. This was a splash screen that would appear when you loaded the application, as it has to initialize some things before displaying the main window.
This went well, but I also had installed an update for Windows and decided to reboot the system. And after the reboot, I opened up the project.
The splash screen was there, but the menu options had reverted to an older state. Support for MP4 files had disappeared. And a few other things that I added today were suddenly not visible any more.
Don’t know what exactly happened, but apparently saving my project did not completely save it. A simple reboot deleted about 75% of the new features I had added.
I could try to see if I can repeat this error, but I don’t want to lose more code. The application is quite large, though. With many small modules. It also tends to freeze in the browser while I view the code, which could be related to the large size of all code combined. Could it be that AI Studio is struggling with large projects?