This commit is contained in:
Alex
2025-04-14 15:17:20 -05:00
parent 5b7d8cb3ef
commit c334eba9b7
105 changed files with 50350 additions and 31087 deletions

View File

@@ -82,7 +82,7 @@ class ImmichAppBar extends ConsumerWidget implements PreferredSizeWidget {
strokeWidth: 2,
strokeCap: StrokeCap.round,
valueColor: AlwaysStoppedAnimation<Color>(iconColor),
semanticsLabel: 'backup_controller_page_backup'.tr(),
semanticsLabel: "backup".tr(),
),
);
} else if (backupState.backupProgress !=
@@ -92,7 +92,7 @@ class ImmichAppBar extends ConsumerWidget implements PreferredSizeWidget {
Icons.check_outlined,
size: 9,
color: iconColor,
semanticLabel: 'backup_controller_page_backup'.tr(),
semanticLabel: "backup".tr(),
);
}
}
@@ -102,7 +102,7 @@ class ImmichAppBar extends ConsumerWidget implements PreferredSizeWidget {
Icons.cloud_off_rounded,
size: 9,
color: iconColor,
semanticLabel: 'backup_controller_page_backup'.tr(),
semanticLabel: "backup".tr(),
);
}
}