[apps/usb] Fixed "white bg" text on usb prompt

This commit is contained in:
ArtichOwO
2021-09-23 00:29:09 +02:00
parent feb94af827
commit 2a66fbb75d
10 changed files with 47 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ AppsContainer::AppsContainer() :
m_globalContext(),
m_variableBoxController(),
m_examPopUpController(this),
m_promptController(k_promptMessages, k_promptColors, k_promptNumberOfMessages),
m_promptController(k_promptMessages, k_promptFGColors, k_promptBGColors, k_promptNumberOfMessages),
m_batteryTimer(),
m_suspendTimer(),
m_backlightDimmingTimer(),