diff --git a/app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/setting/PlatformSettingDialogs.kt b/app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/setting/PlatformSettingDialogs.kt index 81a92df..faecd53 100644 --- a/app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/setting/PlatformSettingDialogs.kt +++ b/app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/setting/PlatformSettingDialogs.kt @@ -358,7 +358,7 @@ private fun ModelDialog( onDismissRequest = onDismissRequest, confirmButton = { TextButton( - enabled = !customSelected && model.isNotBlank(), + enabled = customSelected || model.isNotBlank(), onClick = { if (customSelected) { onConfirmRequest(customModel)