fix: remove stale welcome import command reference

This commit is contained in:
root
2026-04-29 02:30:22 +02:00
parent e2cc79a471
commit 9654405b87

View File

@@ -30,7 +30,6 @@ public partial class WelcomePageV2ViewModel : MailBaseViewModel
[ObservableProperty]
[NotifyCanExecuteChangedFor(nameof(GetStartedCommand))]
[NotifyCanExecuteChangedFor(nameof(ImportFromWinoAccountCommand))]
[NotifyCanExecuteChangedFor(nameof(ImportFromJsonCommand))]
public partial bool IsImportInProgress { get; set; }