Modernize customer panel UI and add agent workflow rules
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user