This commit is contained in:
2026-03-19 17:00:53 +09:00
parent f830163940
commit 7ce24cc631
3 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import service.SystemSleepPreventer
fun SettingsScreen(onAuthSuccess: () -> Unit) {
val scope = rememberCoroutineScope()
var config by remember { mutableStateOf(KisSession.config) }
var statusMessage by remember { mutableStateOf("정보를 입력하세요.") }
var statusMessage by remember { mutableStateOf("프로그램 초기화") }
val authenticateAndStart: suspend () -> Unit = {
var retryCount = 0