Skip to content

Commit fcce816

Browse files
authored
add a todo
1 parent cf717ae commit fcce816

File tree

1 file changed

+2
-1
lines changed
  • app/src/main/java/org/andbootmgr/app

1 file changed

+2
-1
lines changed

app/src/main/java/org/andbootmgr/app/Start.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ private fun EntryEditor(vm: MainActivityState, e: ConfigFile, f: File?, onClose:
731731
var xpartT by remember { mutableStateOf(e["xpart"] ?: "") }
732732
val xpartE by remember { derivedStateOf { !xpartT.matches(xpartValidValues) } }
733733
var xupdateT by remember { mutableStateOf(e["xupdate"] ?: "") }
734+
// TODO dtbo editing if havedtbo
734735
val isOk = !(newFileNameErr || titleE || linuxE || initrdE || dtbE || optionsE || xtypeE || xpartE)
735736
AlertDialog(
736737
onDismissRequest = {
@@ -949,4 +950,4 @@ private fun BootsetTool(vm: MainActivityState) {
949950
})
950951
}
951952
}
952-
}
953+
}

0 commit comments

Comments
 (0)