🐛 Serval bug fixes

This commit is contained in:
2025-08-13 13:06:20 +08:00
parent 0f481aff5b
commit f478ea8b84
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ void showLoadingModal(BuildContext context) {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
CircularProgressIndicator(year2023: true),
CircularProgressIndicator(year2023: false),
const Gap(24),
Text('loading'.tr()),
],