Skip to content

Commit

Permalink
CHange default vendor URL to the github version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Apr 14, 2024
1 parent 39a038d commit 9fcafc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xLights/VendorModelDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ wxXmlDocument* VendorModelDialog::GetXMLFromURL(wxURI url, std::string& filename

bool VendorModelDialog::LoadTree(wxProgressDialog* prog, int low, int high)
{
const std::string vendorlink = "https://nutcracker123.com/xlights/vendors/xlights_vendors.xml";
const std::string vendorlinkbackup = "https://github.com/xLightsSequencer/xLights/raw/master/download/xlights_vendors.xml";
const std::string vendorlink = "https://raw.githubusercontent.com/xLightsSequencer/xLights/master/download/xlights_vendors.xml";
const std::string vendorlinkbackup = "https://nutcracker123.com/xlights/vendors/xlights_vendors.xml";
//const std::string vendorlink = "http://localhost/xlights_vendors.xml";

std::string filename;
Expand Down

0 comments on commit 9fcafc0

Please sign in to comment.