mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update bug-report URL
- New public app repo
This commit is contained in:
parent
33945c9346
commit
2e754d56bc
2 changed files with 2 additions and 2 deletions
2
lib/l10n
2
lib/l10n
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d44f97ded4ff7be3de7f51f305c493c99263508
|
Subproject commit 581ce0a818532157ffa0a1b449bf1a240558a238
|
||||||
|
|
@ -48,7 +48,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
||||||
|
|
||||||
Future <void> _reportBug(BuildContext context) async {
|
Future <void> _reportBug(BuildContext context) async {
|
||||||
|
|
||||||
const String url = "https://github.com/inventree/InvenTree/issues/new?assignees=&labels=app%2C+bug&title=%5BApp%5D+Enter+bug+description";
|
const String url = "https://github.com/inventree/inventree-app/issues/new?title=Enter+bug+description";
|
||||||
|
|
||||||
if (await canLaunch(url)) {
|
if (await canLaunch(url)) {
|
||||||
await launch(url);
|
await launch(url);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue