mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Merge branch 'main' into fixes
This commit is contained in:
commit
9dce5fb6ad
@ -120,8 +120,7 @@ class _StatusBarWidgetState extends State<StatusBarWidget> {
|
||||
_showErrorBanner
|
||||
? HeaderErrorWidget(error: _syncError)
|
||||
: const SizedBox.shrink(),
|
||||
// _showMlBanner && !_showErrorBanner
|
||||
true
|
||||
_showMlBanner && !_showErrorBanner
|
||||
? Padding(
|
||||
padding:
|
||||
const EdgeInsets.symmetric(horizontal: 2.0, vertical: 12),
|
||||
|
Loading…
x
Reference in New Issue
Block a user