Update settingsGUI.cpp

This commit is contained in:
Ben V. Brown
2024-04-09 20:10:40 +10:00
parent ab930c4cf6
commit 7b18975299

View File

@@ -208,7 +208,7 @@ const menuitem rootSettingsMenu[] {
* // Language
* Exit
*/
#if defined(POW_DC) || defined(POW_QC)
#if defined(POW_DC) || defined(POW_QC)|| defined(POW_PD)
/* Power */
{0, nullptr, displayPowerMenu, nullptr, SettingsOptions::SettingsOptionsLength, SettingsItemIndex::NUM_ITEMS, 0},
#endif