29
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user