feat(status_bar): Make status bar style configurable
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user