PaymentVariantsWindow: Never lock seasons
All checks were successful
Test / Run tests (push) Successful in 2m27s

This commit is contained in:
2026-02-19 16:12:54 +01:00
parent a47904cf0b
commit 7e22759c33
3 changed files with 4 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ namespace Elwig.ViewModels {
private IEnumerable<PaymentVar> _paymentVariants = [];
public BillingData? BillingData;
public bool SeasonLocked;
public bool SeasonLocked = false; // never locked
public bool WeightModifierChanged;
[ObservableProperty]