Skip to content

Commit c2256aa

Browse files
committed
Enable Both slot Flash options (Add Inactive slot flash warning) : Try 22
1 parent c7e8d40 commit c2256aa

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/github/capntrips/kernelflasher/ui/components

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/capntrips/kernelflasher/ui/components/DialogButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ fun DialogButton(
2727
),
2828
onClick = onClick
2929
) {
30-
Text(stringResource(R.string.view), maxLines = 1)
30+
Text(buttonText, maxLines = 1)
3131
}
3232
}

0 commit comments

Comments
 (0)