We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ac72c commit 743cb4eCopy full SHA for 743cb4e
1 file changed
openandroidinstaller/views/select_view.py
@@ -24,6 +24,7 @@
24
Markdown,
25
Row,
26
Text,
27
+ colors,
28
icons,
29
TextButton,
30
AlertDialog,
@@ -259,8 +260,9 @@ def enable_button_if_ready(self, e):
259
260
)
261
self.info_field.controls = [
262
Text(
- "Image and recovery don't work with the device. Please select different ones."
263
- )
+ "Image and/or recovery don't work with the device. Make sure you use a TWRP-based recovery.",
264
+ color=colors.RED
265
+ )
266
]
267
self.right_view.update()
268
return
0 commit comments