UI styling. and streamline.

This commit is contained in:
douwe
2026-04-16 23:20:38 +02:00
parent b7726e1974
commit ac7c5e6013
8 changed files with 1232 additions and 203 deletions

View File

@@ -85,7 +85,7 @@ namespace BattSim.Services
await reader.ReadLineAsync();
// Read all lines into memory
var lines = new List<string>();
string line;
string? line;
while ((line = await reader.ReadLineAsync()) is not null)
{
lines.Add(line);