Skip to content

Commit

Permalink
Updated hard-coded link to create a device request
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Aug 7, 2023
1 parent e14293b commit 60515ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/start_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def search_devices_clicked(self, e):
f"Device with code '{device_code}' is not supported yet."
)
# add request support for device button
request_url = f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?assignees=&labels=device&projects=&template=device-support-request.md&title=Add support for {device_code}"
request_url = f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for {device_code}"
self.device_request_row.controls.append(
ElevatedButton(
"Request support for this device",
Expand Down

0 comments on commit 60515ce

Please sign in to comment.