Fixed error where rows where not collapsed when user is not of type pilot

This commit is contained in:
Daniel Schick 2025-02-09 13:57:03 +01:00
parent ec925c1eb6
commit 9e1c654826

View File

@ -260,8 +260,8 @@ namespace BreCalClient
else
{
this.rowt1.Height = new(0);
this.rowt1.Height = new(0);
this.rowt1.Height = new(0);
this.rowt2.Height = new(0);
this.rowt3.Height = new(0);
}
this.SetLockButton(this.Times.EtaBerthFixed ?? false);