feat(status_bar): Make status bar style configurable

This commit is contained in:
Silvio Leite
2020-05-30 18:00:17 -03:00
parent 43a8131e8e
commit 8e39aebe17
6 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ class AppSettingsTest(TestCase):
'PWA_APP_FETCH_URL',
'PWA_APP_ICONS',
'PWA_APP_DIR',
'PWA_APP_LANG'
'PWA_APP_LANG',
'PWA_APP_STATUS_BAR_COLOR'
]
for attr in attributes:
with self.subTest():