mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 01:31:45 -07:00
Add an autofill !hint_location for clicking on a Missing: line, when user uses !missing.
This commit is contained in:
@@ -186,6 +186,8 @@ class SelectableLabel(RecycleDataViewBehavior, Label):
|
||||
"? (")
|
||||
cmdinput.text = f"!{App.get_running_app().last_autofillable_command} {name}"
|
||||
break
|
||||
elif not cmdinput.text and text.startswith("Missing: "):
|
||||
cmdinput.text = text.replace("Missing: ", "!hint_location ")
|
||||
|
||||
Clipboard.copy(text)
|
||||
return self.parent.select_with_touch(self.index, touch)
|
||||
|
||||
Reference in New Issue
Block a user