Skip to content

Commit 55d3a81

Browse files
committed
Update key name in DataController and bump project version
Modified the key name in the dictionary within `DataController.cs` to remove the leading underscore for consistency. Updated the project version in `MagicChatbox.csproj` from `0.9.060` to `0.9.065`.
1 parent e73ce57 commit 55d3a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public static void LoadComponentStats()
322322

323323
{ "IntgrHeartRate_VR", (typeof(bool), "IntegrationToggles") },
324324
{ "IntgrHeartRate_DESKTOP", (typeof(bool), "IntegrationToggles") },
325-
{ "_IntgrHeartRate_OSC", (typeof(bool), "IntegrationToggles") },
325+
{ "IntgrHeartRate_OSC", (typeof(bool), "IntegrationToggles") },
326326

327327
{ "IntgrCurrentTime_VR", (typeof(bool), "IntegrationToggles") },
328328
{ "IntgrCurrentTime_DESKTOP", (typeof(bool), "IntegrationToggles") },

vrcosc-magicchatbox/MagicChatbox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<Version>0.9.060</Version>
5+
<Version>0.9.065</Version>
66
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
77
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)