From 347f5c1ef53e21b30e45728571215ffac46ed992 Mon Sep 17 00:00:00 2001 From: Chloepeg Date: Tue, 9 Dec 2025 16:54:27 +0000 Subject: [PATCH] Set DataGrid to read-only in TuneUpWindow.xaml Added IsReadOnly="True" to the DataGridStyleTuneUpCombined style to prevent users from editing data directly in the DataGrid. --- TuneUp/TuneUpWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/TuneUp/TuneUpWindow.xaml b/TuneUp/TuneUpWindow.xaml index 662c37d..74fd3f8 100644 --- a/TuneUp/TuneUpWindow.xaml +++ b/TuneUp/TuneUpWindow.xaml @@ -41,6 +41,7 @@