Modernize customer panel UI and add agent workflow rules

This commit is contained in:
Meik
2026-03-05 10:17:33 +01:00
parent 4013fa8e32
commit d954f26686
16 changed files with 581 additions and 309 deletions

View File

@@ -541,7 +541,10 @@ namespace C4IT_CustomerPanel
ComputerInfoCtrl.SetAppearence();
Close_Text.Foreground = ConfigSettings.GetConfig()._iconColor == 10 ? new SolidColorBrush(Colors.Black) : new SolidColorBrush(Colors.White);
if (TryFindResource("navForeground") is SolidColorBrush navForeground)
{
Close_Text.Foreground = navForeground;
}
if (firstStart)
{