[#20][#80] MemberAdminWindow: Update business share status bar tool tip
Test / Run tests (push) Successful in 2m1s

This commit is contained in:
2026-07-06 15:35:05 +02:00
parent 000117dc67
commit 76da392f5f
7 changed files with 174 additions and 102 deletions
+2 -3
View File
@@ -6,6 +6,7 @@ using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
namespace Elwig.ViewModels {
public partial class MemberAdminViewModel : ObservableObject {
@@ -200,9 +201,7 @@ namespace Elwig.ViewModels {
[ObservableProperty]
private string? _statusMembersToolTip;
[ObservableProperty]
private string _statusBusinessShares = "-";
[ObservableProperty]
private string? _statusBusinessSharesToolTip;
private TextBlock? _statusBusinessShares;
[ObservableProperty]
private string _statusDeliveriesLastSeason = "-";
[ObservableProperty]