mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Update bug-report URL
- New public app repo
This commit is contained in:
2
lib/l10n
2
lib/l10n
Submodule lib/l10n updated: 9d44f97ded...581ce0a818
@ -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);
|
||||
|
Reference in New Issue
Block a user