mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-25 13:17:17 -05:00
fix: new issue link
This commit is contained in:
@@ -157,9 +157,9 @@ class SettingsScreen extends StatelessWidget {
|
||||
text: Text(S.of(context).submitAnIssue),
|
||||
rightWidget: Text('pd4d10/git-touch'),
|
||||
url: (auth.activeAccount.platform == PlatformType.github
|
||||
? ''
|
||||
? '/github'
|
||||
: 'https://github.com') +
|
||||
'/github/pd4d10/git-touch/issues/new',
|
||||
'/pd4d10/git-touch/issues/new',
|
||||
),
|
||||
TableViewItem(
|
||||
text: Text(S.of(context).rateThisApp),
|
||||
|
||||
Reference in New Issue
Block a user