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/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 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" /> - + + + + +