File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ private void WsServerEnabledSettingChangeHandler()
77
77
var wsServerHostSetting = GetSetting ( BluetoothHeartrateSetting . WebsocketServerHost ) ;
78
78
if ( wsServerHostSetting != null )
79
79
{
80
- wsServerHostSetting . IsEnabled = newValue ;
80
+ wsServerHostSetting . IsEnabled . Value = newValue ;
81
81
}
82
82
var wsServerPortSetting = GetSetting ( BluetoothHeartrateSetting . WebsocketServerPort ) ;
83
83
if ( wsServerPortSetting != null )
84
84
{
85
- wsServerPortSetting . IsEnabled = newValue ;
85
+ wsServerPortSetting . IsEnabled . Value = newValue ;
86
86
}
87
87
}
88
88
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0-windows10.0.22621.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
- <Version >2.0.15 .0</Version >
8
- <AssemblyVersion >2.0.15 .0</AssemblyVersion >
9
- <FileVersion >2.0.15 .0</FileVersion >
7
+ <Version >2.0.16 .0</Version >
8
+ <AssemblyVersion >2.0.16 .0</AssemblyVersion >
9
+ <FileVersion >2.0.16 .0</FileVersion >
10
10
<Authors >DJDavid98</Authors >
11
11
<Product >Bluetooth Heartrate</Product >
12
12
<ApplicationIcon >logo\logo.ico</ApplicationIcon >
28
28
29
29
<ItemGroup >
30
30
<PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.6.1" />
31
- <PackageReference Include =" VolcanicArts.VRCOSC.SDK" Version =" 2024.1208 .0" />
31
+ <PackageReference Include =" VolcanicArts.VRCOSC.SDK" Version =" 2024.1223 .0" />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
You can’t perform that action at this time.
0 commit comments