mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Fix Windows build
This commit is contained in:
parent
c3b0d00a72
commit
a62fb95fbf
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ XMRigWidget::XMRigWidget(AppContext *ctx, QWidget *parent) :
|
||||||
// defaults
|
// defaults
|
||||||
ui->btn_stop->setEnabled(false);
|
ui->btn_stop->setEnabled(false);
|
||||||
ui->check_autoscroll->setChecked(true);
|
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->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||||
ui->label_status->hide();
|
ui->label_status->hide();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue