chore: update llama build labels

This commit is contained in:
Carl-Robert Linnupuu 2025-07-24 13:29:54 +01:00
parent c23030bc79
commit df909f025f
2 changed files with 1 additions and 3 deletions

View file

@ -400,9 +400,8 @@ public class LlamaSettingsForm extends JPanel {
public void updateServerStatusWithPhase(String phase) {
SwingUtilities.invokeLater(() -> {
serverStatusLabel.setText(CodeGPTBundle.get("llama.ui.status.prefix").replace("{0}", phase));
serverStatusLabel.setText(phase);
serverStatusLabel.setIcon(null);
serverStatusLabel.setForeground(JBColor.BLUE);
serverStatusSpinner.setVisible(true);
});
}