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