Initialize broker client in background service

This commit is contained in:
2025-10-24 17:39:10 +09:00
parent e8fab0c3dd
commit 59470b49d1
2 changed files with 24 additions and 2 deletions

View File

@ -156,7 +156,7 @@
break;
case CommonPageState.OperationWaiting:
syncText = "Синхронизация в процессе";
syncText = "Идет синхронизация...";
break;
}
}