You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added monospace formatting for the device code getting placed into the title of the issue in case the "Request support for this device" button is used.
f"Device with code '{device_code}' is not supported yet."
298
298
)
299
299
# add request support for device button
300
-
request_url=f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for {device_code}"
300
+
request_url=f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for `{device_code}`"
0 commit comments