[WIP] Tara
Test / Run tests (push) Successful in 2m45s

This commit is contained in:
2026-09-14 10:32:14 +02:00
parent fea779bd95
commit dbc1363213
6 changed files with 33 additions and 6 deletions
@@ -120,6 +120,8 @@ namespace Elwig.ViewModels {
set => WeightString = $"{value:N0}";
}
[ObservableProperty]
private string? _tare = "-";
[ObservableProperty]
private bool _isManualWeighing;
[ObservableProperty]
private bool? _isNetWeightValue = false;