Skip to content

Commit 6947570

Browse files
committed
Merge branch 'master' of https://github.com/krlvm/MediaFlyout
2 parents 2a3bc7d + be6d98f commit 6947570

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MediaFlyout/Utilities/TrayIconUtil.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It is a small C# WPF application that resembles a built-in Windows 10 taskbar fl
1919
Tray 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

0 commit comments

Comments
 (0)