mod: 增加systemNavigationBarContrastEnforced=false

This commit is contained in:
orz12
2024-08-26 06:04:48 +08:00
parent 70a50bdbf8
commit 7192d2b5e1

View File

@@ -90,6 +90,7 @@ void main() async {
systemNavigationBarColor: Colors.transparent,
systemNavigationBarDividerColor: Colors.transparent,
statusBarColor: Colors.transparent,
systemNavigationBarContrastEnforced: false,
));
Data.init();
PiliScheme.init();