Agent创建成功全局显示;

适配暗黑模式
This commit is contained in:
2025-09-26 17:01:46 +08:00
parent 359bcfdfd7
commit ad1de9e3f7

View File

@@ -67,7 +67,7 @@ fun AgentCreatedSuccessIndicator() {
LaunchedEffect(Unit) {
delay(3000)
delay(3000)
AppState.agentCreatedSuccess = false
}
}