Skip to content

Commit cb48223

Browse files
committed
Make it clearer, that only twrp is supported
1 parent 13e2945 commit cb48223

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

openandroidinstaller/views/select_view.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,18 @@ def build(self):
189189
),
190190
self.selected_image,
191191
Divider(),
192-
Text("Select a recovery image:", style="titleSmall"),
192+
Text("Select a TWRP recovery image:", style="titleSmall"),
193193
Markdown(
194194
f"""
195195
The recovery image should look something like `twrp-3.6.2_9-0-{self.state.config.metadata.get('devicecode')}.img`.
196-
Note that this tool only supports TWRP recoveries for now."""
196+
197+
**Note:** This tool **only supports TWRP recoveries**.""",
198+
extension_set="gitHubFlavored"
197199
),
198200
Row(
199201
[
200202
FilledButton(
201-
"Pick recovery file",
203+
"Pick TWRP recovery file",
202204
icon=icons.UPLOAD_FILE,
203205
on_click=lambda _: self.pick_recovery_dialog.pick_files(
204206
allow_multiple=False,

0 commit comments

Comments
 (0)