Results 6 comments of Filip

There seems to be a way to detect if windows is using Dark/Light mode [here](https://wiki.freepascal.org/Dark_theme#Windows_method) although there's still no native support implemented in Lazarus itself. Pretty sad that this has...

> Also, before I forget. We might need a guard to prevent _too often_ requests for the endpoint, since iirc the endpoint have a rate limit of 20 minutes per...

> @Terrails can you add the job to act on the File Moved flag to this PR? And also an option to auto schedule it if a setting is set,...

Can confirm the same issue. The logs contain an exception at this line due to `data` being `null`. https://github.com/AgriCraft/AgriCraft/blob/a87f6d439c63b94c28d40f66acbf6921c3a3fe74/common/src/main/java/com/agricraft/agricraft/common/registry/ModMenus.java#L15

The actual solution from looking it up is to replace the call to https://github.com/AgriCraft/AgriCraft/blob/a87f6d439c63b94c28d40f66acbf6921c3a3fe74/forge/src/main/java/com/agricraft/agricraft/common/util/forge/ForgePlatform.java#L131 With a call to `NetworkHooks.openScreen`.

> Same issue here, my 'Default Save Path' is set, but the 'Save files to location' field is empty **only** when opening the WebUI from a magnet link. Adding a...