Browse Source

icon path issue.

sangwq 2 years ago
parent
commit
bf07b9c789
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Venus/Venus_RT/Instances/RtInstance.cs

+ 1 - 1
Venus/Venus_RT/Instances/RtInstance.cs

@@ -35,7 +35,7 @@ namespace Venus_RT.Modules
 
         public RtInstance()
         {
-            //_trayIcon = new BitmapImage(new Uri("pack://application:,,,/Venus_RT;component/Resources/defaultrt.ico"));
+            _trayIcon = new BitmapImage(new Uri("pack://application:,,,/Venus_RT;component/defaultrt.ico"));
             _loader = new ToolLoader();
         }
     }