Skip to content

Commit 6c58a65

Browse files
committed
Add version to tray icon tooltip
1 parent 57e8f91 commit 6c58a65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

EasyFramework

OpenVR2WS/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public MainWindow()
3131

3232
// Tray icon
3333
var icon = Properties.Resources.Logo.Clone() as Icon;
34-
WindowUtils.CreateTrayIcon(this, icon, Properties.Resources.AppName);
34+
WindowUtils.CreateTrayIcon(this, icon, Properties.Resources.AppName, Properties.Resources.Version);
3535

3636
// Window setup
3737
Title = Properties.Resources.AppName;

OpenVR2WS/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
<value>..\resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="Version" xml:space="preserve">
128-
<value>v2.8.5</value>
128+
<value>v2.8.6</value>
129129
</data>
130130
</root>

Types/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvr2ws-types",
3-
"version": "2.8.5",
3+
"version": "2.8.6",
44
"description": "TypeScript type definitions for the input and output of OpenVR2WS.",
55
"type": "module",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)