Skip to content

Commit

Permalink
xLightsSequencer#5188 Test Service/ChatGPT feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercop23 committed Feb 19, 2025
1 parent d7b3c0c commit d3cd429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xLights/preferences/ServicesPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ void ServicesPanel::OnButtonTestClick(wxCommandEvent& event) {
wxMessageBox("Service " + servicesList->GetItemText(i, 0) + " is not valid", "Error", wxICON_ERROR);
}
}
}
} else {
wxMessageBox("Service " + servicesList->GetItemText(i, 0) + " is not yet configured. Please check API key(s).", "Error", wxICON_ERROR);}
}
}

0 comments on commit d3cd429

Please sign in to comment.