From e335e51f13c36651b180b1006a43ee7634d5e975 Mon Sep 17 00:00:00 2001 From: BoiHanny <114599052+BoiHanny@users.noreply.github.com> Date: Sat, 16 Nov 2024 20:11:24 +0100 Subject: [PATCH 1/2] Add emoji shuffle options and conditional UI border Added two boolean properties, `EnableEmojiShuffleInChats` and `EnableEmojiShuffle`, to the `Icons` category in `DataController.cs` for configuring emoji shuffling. Updated `MainWindow.xaml` to wrap a `TextBlock` in a `Border` element, with visibility bound to `HeartRateConnector.PulsoidAccessError` using an inverse boolean to visibility converter, improving user feedback. --- .../Classes/DataAndSecurity/DataController.cs | 2 ++ vrcosc-magicchatbox/MainWindow.xaml | 24 +++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs b/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs index 93243685..f9cdf857 100644 --- a/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs +++ b/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs @@ -381,6 +381,8 @@ public static void LoadComponentStats() { "PauseIconMusic", (typeof(bool), "Icons") }, { "PrefixIconSoundpad", (typeof(bool), "Icons") }, { "EmojiCollection", (typeof(ObservableCollection), "Icons") }, + { "EnableEmojiShuffleInChats", (typeof(bool), "Icons") }, + { "EnableEmojiShuffle", (typeof(bool), "Icons") }, { "PrefixChat", (typeof(bool), "Chat") }, { "ChatFX", (typeof(bool), "Chat") }, diff --git a/vrcosc-magicchatbox/MainWindow.xaml b/vrcosc-magicchatbox/MainWindow.xaml index de8697bc..5b24b8b1 100644 --- a/vrcosc-magicchatbox/MainWindow.xaml +++ b/vrcosc-magicchatbox/MainWindow.xaml @@ -8678,16 +8678,20 @@ Color="LightSeaGreen" /> - + + + + + Date: Sat, 16 Nov 2024 20:11:50 +0100 Subject: [PATCH 2/2] Bump version to 0.9.052 Updated the version number in MagicChatbox.csproj from 0.9.050 to 0.9.052, indicating a minor update or patch to the project. --- vrcosc-magicchatbox/MagicChatbox.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrcosc-magicchatbox/MagicChatbox.csproj b/vrcosc-magicchatbox/MagicChatbox.csproj index 4311ef57..51d64970 100644 --- a/vrcosc-magicchatbox/MagicChatbox.csproj +++ b/vrcosc-magicchatbox/MagicChatbox.csproj @@ -2,7 +2,7 @@ WinExe - 0.9.050 + 0.9.052 net8.0-windows10.0.22000.0 vrcosc_magicchatbox enable