File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ class TrayIconUtil
88 {
99 public static Icon LoadIcon ( string path , uint dpi , Color color )
1010 {
11- System . Windows . MessageBox . Show ( "" + User32 . GetSystemMetricsForDpi ( User32 . SystemMetrics . SM_CXICON , dpi ) ) ;
1211 using ( var stream = System . Windows . Application . GetResourceStream ( new Uri ( path ) ) . Stream )
1312 {
1413 using ( var icon = new Icon ( stream , new Size (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ It is a small C# WPF application that resembles a built-in Windows 10 taskbar fl
1919Tray icon is hidden when there's no media is playing.
2020
2121### Features
22- * Double Click on tray icon to pause all media or play the last paused element
22+ * Middle Click or Double Click on tray icon to pause all media or play the last paused element
2323* Right Click on tray icon to show flyout on top
2424* Supports showing accent color on surface
2525* Fluent Design support, including acrylic transparency
You can’t perform that action at this time.
0 commit comments