Show notification on first run after an update with a link to the changelog

Closes #487
This commit is contained in:
Tyrrrz
2023-02-09 17:13:22 +02:00
parent e7d80688aa
commit 1e7b8ec83f
4 changed files with 22 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ public class DashboardViewModel : PropertyChangedBase
await _dialogManager.ShowDialogAsync(dialog);
}
public void ShowHelp() => ProcessEx.StartShellExecute(App.GitHubProjectDocsUrl);
public void ShowHelp() => ProcessEx.StartShellExecute(App.DocumentationUrl);
public bool CanPopulateGuildsAndChannels =>
!IsBusy && !string.IsNullOrWhiteSpace(Token);