remove stale account limit references

This commit is contained in:
2026-04-29 19:00:16 +02:00
parent 1f72f05b88
commit d332a52f9a

View File

@@ -318,8 +318,6 @@ public partial class AccountManagementViewModel : AccountManagementPageViewModel
private void AccountCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
{
OnPropertyChanged(nameof(HasAccountsDefined));
OnPropertyChanged(nameof(UsedAccountsString));
OnPropertyChanged(nameof(IsAccountCreationAlmostOnLimit));
ReorderAccountsCommand.NotifyCanExecuteChanged();
}