Function openSettingsPopup

#include <Geode/ui/GeodeUI.hpp>geode::Popup<geode::Mod*>*openSettingsPopup(,
booldisableGeodeTheme
)

Open the settings popup for a mod (if it has any settings)

Parameters

mod

Mod the open the popup for

disableGeodeTheme

If false, the popup follows the user's chosen theme options. If true, the popup is always in the GD theme (not Geode's dark purple colors)
Return value
A pointer to the created Popup, or null if the mod has no settings
Examples0