Skip to content

Commit

Permalink
DXC: Added the DX Cluster Commnad line placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Sep 30, 2024
1 parent c69ad47 commit a2a099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/DxWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ void DxWidget::connected()
ui->commandEdit->setEnabled(true);
ui->connectButton->setEnabled(true);
ui->connectButton->setText(tr("Disconnect"));
ui->commandEdit->setPlaceholderText("");
ui->commandEdit->setPlaceholderText(tr("DX Cluster Command"));
ui->serverSelect->setStyleSheet("QComboBox {color: green}");
connectionState = CONNECTED;
saveDXCServers();
Expand Down

0 comments on commit a2a099f

Please sign in to comment.