Skip to content

Commit

Permalink
Merge pull request #88 from BoiHanny/Pre-Master
Browse files Browse the repository at this point in the history
New feature and UI enhancement
  • Loading branch information
BoiHanny authored Nov 16, 2024
2 parents 01dcf44 + 056806a commit 144b351
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
2 changes: 2 additions & 0 deletions vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ public static void LoadComponentStats()
{ "PauseIconMusic", (typeof(bool), "Icons") },
{ "PrefixIconSoundpad", (typeof(bool), "Icons") },
{ "EmojiCollection", (typeof(ObservableCollection<string>), "Icons") },
{ "EnableEmojiShuffleInChats", (typeof(bool), "Icons") },
{ "EnableEmojiShuffle", (typeof(bool), "Icons") },

{ "PrefixChat", (typeof(bool), "Chat") },
{ "ChatFX", (typeof(bool), "Chat") },
Expand Down
2 changes: 1 addition & 1 deletion vrcosc-magicchatbox/MagicChatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.9.050</Version>
<Version>0.9.052</Version>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down
24 changes: 14 additions & 10 deletions vrcosc-magicchatbox/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8678,16 +8678,20 @@
Color="LightSeaGreen" />
</Border.Effect>
</Border>
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
Effect="{StaticResource TextBlockShadowEffect}"
FontFamily="Comfortaa Light"
FontSize="12"
Foreground="#ABA4B8"
RenderOptions.BitmapScalingMode="NearestNeighbor"
Text="{Binding HeartRateConnector.HeartRateLastUpdate, StringFormat='{}{0:T}'}"
Visibility="{Binding IntgrHeartRate, Converter={StaticResource InverseBoolToHiddenConverter}, UpdateSourceTrigger=PropertyChanged}" />
<Border Visibility="{Binding HeartRateConnector.PulsoidAccessError, Converter={StaticResource InverseBoolToVisibilityConverter}, UpdateSourceTrigger=PropertyChanged}">
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
Effect="{StaticResource TextBlockShadowEffect}"
FontFamily="Comfortaa Light"
FontSize="12"
Foreground="#ABA4B8"
RenderOptions.BitmapScalingMode="NearestNeighbor"
Text="{Binding HeartRateConnector.HeartRateLastUpdate, StringFormat='{}{0:T}'}"
Visibility="{Binding IntgrHeartRate, Converter={StaticResource InverseBoolToHiddenConverter}, UpdateSourceTrigger=PropertyChanged}" />
</Border>


<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
Expand Down

0 comments on commit 144b351

Please sign in to comment.