Files
controlmymonitormanagement/DellMonitorControl/App.xaml
Dave Friedel ab1b4c7c0e Replace Dell logo with Material Design monitor icon
- Add white monitor icon from Google Material Icons (desktop_windows)
- Works with Windows light/dark mode (white icon auto-inverts)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 00:50:09 -05:00

13 lines
643 B
XML

<Application x:Class="DellMonitorControl.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification.Net6"
xmlns:local="clr-namespace:DellMonitorControl"
Startup="Application_Startup">
<Application.Resources>
<tb:TaskbarIcon x:Key="TrayIcon"
IconSource="/MonitorIcon.ico"
ToolTipText="Monitor Control"/>
</Application.Resources>
</Application>