Gitea Action now build windows and linux image for the client

This commit is contained in:
2024-03-16 14:14:08 +01:00
parent 4d1df14fe5
commit 212527bfc9
2 changed files with 58 additions and 1 deletions
@@ -34,7 +34,7 @@ namespace LaDOSE.DesktopApp.Avalonia.Views
if (e.Property.Name == "ItemsSource")
{
Trace.WriteLine("Changed Binding");
var grid = (sender as DataGrid);
grid.Columns.Clear();
var data = ViewModel.GridDataTable;