Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/R2NorthstarTools/VTOL
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Aug 12, 2024
2 parents 5e3e585 + 608f748 commit a71d782
Show file tree
Hide file tree
Showing 3 changed files with 1,599 additions and 1,580 deletions.
10 changes: 10 additions & 0 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
Loading

0 comments on commit a71d782

Please sign in to comment.