Remove old app icons and update Info.plist version; add radio settings localization and improve device configuration UI

This commit is contained in:
Janez T
2025-10-16 21:01:29 +02:00
parent abca014720
commit b6283e1c8f
58 changed files with 347 additions and 101 deletions

View File

@@ -254,7 +254,7 @@ class _HomeScreenState extends State<HomeScreen>
// Info banner
Container(
margin: const EdgeInsets.symmetric(horizontal: 16),
margin: const EdgeInsets.only(left: 16, right: 16, top: 16),
padding: const EdgeInsets.all(16),
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.primaryContainer,