mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Update bug-report URL
- New public app repo
This commit is contained in:
parent
33945c9346
commit
2e754d56bc
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 {
|
||||
|
||||
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)) {
|
||||
await launch(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user