diff --git a/VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs b/VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs index 4f5a89b..dae9a38 100644 --- a/VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs +++ b/VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs @@ -4456,6 +4456,16 @@ private void Install_Bttn_Thunderstore_Click(object sender, RoutedEventArgs e) } Console.WriteLine(Button.Tag.ToString()); + if (name.Contains("VanillaPlus")) + { + Main.Snackbar.Message = "VanillaPlus cannot be installed through VTOL"; + Main.Snackbar.Title = VTOL.Resources.Languages.Language.INFO; + Main.Snackbar.Appearance = Wpf.Ui.Common.ControlAppearance.Info; + Main.Snackbar.Show(); + + return; + } + DispatchIfNecessary(async () => { if (parts[0].Contains("http") || parts[0].Contains("https"))