Contacts management.

This commit is contained in:
Burak Kaan Köse
2026-03-01 21:07:10 +01:00
parent bdd32786d6
commit e816e87f61
19 changed files with 855 additions and 32 deletions
+2 -2
View File
@@ -8,12 +8,12 @@ namespace Wino.Mail.ViewModels;
public partial class WelcomePageViewModel : MailBaseViewModel
{
public const string VersionFile = "1102.md";
public const string VersionFile = "vnext.md";
private readonly IMailDialogService _dialogService;
private readonly IFileService _fileService;
[ObservableProperty]
private string currentVersionNotes;
public partial string CurrentVersionNotes { get; set; } = string.Empty;
public WelcomePageViewModel(IMailDialogService dialogService, IFileService fileService)
{