From f28b93daa09774420285c04bb0d60f7bff14eccc Mon Sep 17 00:00:00 2001
From: 2dust <31833384+2dust@users.noreply.github.com>
Date: Thu, 6 Apr 2023 10:44:58 +0800
Subject: [PATCH] Use H.NotifyIcon.Wpf
---
v2rayN/v2rayN/Views/MainWindow.xaml | 6 +++++-
v2rayN/v2rayN/v2rayN.csproj | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/v2rayN/v2rayN/Views/MainWindow.xaml b/v2rayN/v2rayN/Views/MainWindow.xaml
index 714f904f..d57ab40a 100644
--- a/v2rayN/v2rayN/Views/MainWindow.xaml
+++ b/v2rayN/v2rayN/Views/MainWindow.xaml
@@ -10,7 +10,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:reactiveui="http://reactiveui.net"
xmlns:resx="clr-namespace:v2rayN.Resx"
- xmlns:tb="http://www.hardcodet.net/taskbar"
+ xmlns:tb="clr-namespace:H.NotifyIcon;assembly=H.NotifyIcon.Wpf"
xmlns:vms="clr-namespace:v2rayN.ViewModels"
Title="v2rayN"
Width="900"
@@ -157,6 +157,10 @@
Height="{StaticResource MenuItemHeight}"
Header="{x:Static resx:ResUI.menuGlobalHotkeySetting}" />
+