Skip to content

Commit

Permalink
Chipi chipi chapa chapa
Browse files Browse the repository at this point in the history
Dubi dubi daba daba
Mágico mi dubi dubi
Bum, bum, bum, bum
Chipi chipi chapa chapa
Dubi dubi daba daba
  • Loading branch information
BigSpice committed Jan 24, 2024
1 parent 8cc8a69 commit 5e24da7
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 32 deletions.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 1 addition & 32 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4164,33 +4164,6 @@ private void Install_Bttn_Thunderstore_Click(object sender, RoutedEventArgs e)
}

});
// if (tags.Contains("DDS"))
// {

// Download_Zip_To_Path(Button.Tag.ToString(), User_Settings_Vars.NorthstarInstallLocation + @"NS_Downloaded_Mods", Progress_Bar, true);

// }
// else if(Button.Tag.ToString().Contains("Northstar Release Candidate") || Button.Tag.ToString().Contains("NorthstarReleaseCandidate") || (Button.Tag.ToString().Contains("Northstar") && Button.ToolTip.ToString().Count() < 5))
// {
// Download_Zip_To_Path(Button.Tag.ToString(), User_Settings_Vars.NorthstarInstallLocation + @"NS_Downloaded_Mods", Progress_Bar, true,true);


// }
// else
// {
// Download_Zip_To_Path(Button.Tag.ToString(), User_Settings_Vars.NorthstarInstallLocation + @"NS_Downloaded_Mods", Progress_Bar, false);

// }










}
catch (Exception ex)
{
Expand Down Expand Up @@ -4229,11 +4202,7 @@ private void TextInput_OnKeyUpDone(object sender, ElapsedEventArgs e)
{
if (Search_Bar_Suggest_Mods.Text.Trim() != "" && Search_Bar_Suggest_Mods.Text != null && Search_Bar_Suggest_Mods.Text.Trim() != "#" )
{
// Thunderstore_List.ItemsSource = null;



// Call_Ts_Mods(true, Search_: true, SearchQuery: Search_Bar_Suggest_Mods.Text);



if (_updater.Thunderstore != null)
Expand Down

0 comments on commit 5e24da7

Please sign in to comment.