Archived
1
0

Feedback button on failed login message

This commit is contained in:
Michael Gordeev
2019-06-06 19:46:30 +03:00
parent ca15bbe47f
commit 9fae17c417
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -5,10 +5,12 @@
<en-US>### What's new:
- Improved analytics tools for more precise bugs tracking
- Fixed multipying downloads history entries on login/logout
- Added feedback button failed authentication popup
</en-US>
<ru-RU>### Что нового:
- Улучшены инструменты аналитики для более быстрого поиска багов
- Исправлено дублирование записей истории загрузок при входе/выходе из аккаунта
- Добавлена кнопка отзыва в сообщении об ошибке при входе в аккаунт
</ru-RU>
</content>
</item>
+2
View File
@@ -231,6 +231,8 @@ namespace FoxTube
default:
MessageDialog dialog = new MessageDialog(resources.GetString("/Main/connectErrContent"), resources.GetString("/Main/connectErrHeader"));
if (StoreServicesFeedbackLauncher.IsSupported())
dialog.Commands.Add(new UICommand(resources.GetString("/About/feedback/Content"), async (command) => await StoreServicesFeedbackLauncher.GetDefault().LaunchAsync()));
dialog.Commands.Add(new UICommand(resources.GetString("/Main/tryAgain"), (command) =>
{
SecretsVault.Authorize();