Sodium without Indium popup does not display on macOS
## Check off each item in this list before submitting:
<!--
To mark a section as complete either put an "x" in between the square brackets, example: "[x]"
Or click the checkbox once the issue has been created.
-->
1. [x] Check the FAQ to see if your issue has already been reported and has a solution:
[Problems-and-solutions](https://gitlab.com/jeseibel/distant-horizons/-/wikis/2-frequently-asked-questions/2-problems-and-solutions/Problems-and-Solutions)
2. [x] Make sure you are not using any mods on the incompatible list:
[Mod support FAQ](https://gitlab.com/jeseibel/distant-horizons/-/wikis/2-frequently-asked-questions/4-mod-support/Mod-Support)
3. [x] Check the existing issues to verify that your bug hasn't already been submitted:
[Issues](https://gitlab.com/jeseibel/distant-horizons/-/issues/)
4. [ ] Upload Minecraft's crash report and/or log. \
Minecraft crash reports are located in: `.minecraft/crash-reports` \
Minecraft logs are located in: `.minecraft/logs`
5. [ ] Upload your Distant Horizons Config. \
The config is found in: `.minecraft/configs/DistantHorizons.toml`
6. [x] Fill out the information below:
* **minecraft version**: 1.20.2
* **Distant Horizons version**: 2.0.2-a (though it's probably not limited to this version)
* **Mod loader**: fabric
* **Installed mods (list the smallest number of mods that you can use to re-create the bug)**: DH, fabric API, sodium
* **Describe the bug**:
When attempting to use DH and sodium without Indium installed, a screen would pop up that says to install Indium. This does not work on macOS due to some issues with using AWT and LWJGL windows simultaneously (I don't exactly remember what the problem is, just that it doesn't work). Could you make it either also print to the logs ([I read them!](https://gitlab.com/jeseibel/distant-horizons/-/blob/main/fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricMain.java?ref_type=heads#L75-76)) that Indium needs to be installed, or make the popup happen within the Minecraft window?
* **Steps to reproduce the bug**:
* be mac
* install DH + sodium + fabric api
* launch game
* be confused
issue