Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Jan 18, 2025
1 parent cf717ae commit fcce816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/org/andbootmgr/app/Start.kt
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ private fun EntryEditor(vm: MainActivityState, e: ConfigFile, f: File?, onClose:
var xpartT by remember { mutableStateOf(e["xpart"] ?: "") }
val xpartE by remember { derivedStateOf { !xpartT.matches(xpartValidValues) } }
var xupdateT by remember { mutableStateOf(e["xupdate"] ?: "") }
// TODO dtbo editing if havedtbo
val isOk = !(newFileNameErr || titleE || linuxE || initrdE || dtbE || optionsE || xtypeE || xpartE)
AlertDialog(
onDismissRequest = {
Expand Down Expand Up @@ -949,4 +950,4 @@ private fun BootsetTool(vm: MainActivityState) {
})
}
}
}
}

0 comments on commit fcce816

Please sign in to comment.