Merge pull request #1251 from fjsuta/trae/solo-agent-vhkVM3

feat: 检查WebDav备份无响应问题
This commit is contained in:
Kudomaga
2026-06-01 00:33:51 +08:00
committed by GitHub
6 changed files with 115 additions and 35 deletions
@@ -624,10 +624,8 @@ fun BackupConfigScreen(
AppAlertDialog(
show = showLoadingDialog,
onDismiss = {},
onConfirm = {},
title = loadingText,
onDismissRequest = { showLoadingDialog = false }
onDismissRequest = { showLoadingDialog = false },
title = loadingText
)
}