Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Hosted Weblate 2024-11-24 22:09:53 +00:00
commit 57e61d2f65
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -91,6 +91,7 @@ class _AppBottomNavBarState extends State<AppBottomNavBar> {
.toList(),
onTap: (index) => _goTo(context, items, index),
currentIndex: _getCurrentIndex(context, items),
elevation: 0,
type: BottomNavigationBarType.fixed,
backgroundColor: backgroundColor,
showSelectedLabels: false,