We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b77f2 commit f300bf8Copy full SHA for f300bf8
base/src/main/java/io/github/sds100/keymapper/base/actions/ModifySettingActionBottomSheet.kt
@@ -142,6 +142,8 @@ private fun ModifySettingActionBottomSheet(
142
)
143
144
// TODO do not allow empty text fields
145
+ // TODO add test button
146
+ // TODO add disclaimer that simply modifying setting values is not sufficient for the system to actually process the change
147
Row(
148
modifier = Modifier
149
.fillMaxWidth()
0 commit comments