Function openInfoPopup

#include <Geode/ui/GeodeUI.hpp>geode::Task<bool>openInfoPopup()

Open the info popup for a mod based on an ID. If the mod is installed, its installed popup is opened. Otherwise will check if the servers have this mod, or if not, show an error popup

Return value
A Task that completes to `true` if the mod was found and a popup was opened, and `false` otherwise. If you wish to modify the created popup, listen for the Geode UI events listed in `GeodeUI.hpp`
Examples0