Warn when using development build (#1248)

This commit is contained in:
Oleksii Holub
2024-06-01 00:58:24 +03:00
committed by GitHub
parent 520c06dceb
commit 429801183c
3 changed files with 32 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ public partial class DashboardViewModel : ViewModelBase
await _dialogManager.ShowDialogAsync(_viewModelManager.CreateSettingsViewModel());
[RelayCommand]
private void ShowHelp() => ProcessEx.StartShellExecute(Program.DocumentationUrl);
private void ShowHelp() => ProcessEx.StartShellExecute(Program.ProjectDocumentationUrl);
private bool CanPullGuilds() => !IsBusy && !string.IsNullOrWhiteSpace(Token);