Fix Windows build

This commit is contained in:
dsc 2022-03-16 17:23:56 +02:00
parent c3b0d00a72
commit a62fb95fbf
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ XMRigWidget::XMRigWidget(AppContext *ctx, QWidget *parent) :
// defaults
ui->btn_stop->setEnabled(false);
ui->check_autoscroll->setChecked(true);
#ifdef Q_OS_WIN
ui->label_path->setText("Path to wownerod.exe");
#endif
ui->label_status->setTextInteractionFlags(Qt::TextSelectableByMouse);
ui->label_status->hide();