mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 13:00:14 +00:00
GUI: 'Ready' instead of 'Terminated' on debugger start
This commit is contained in:
parent
f35240b3bb
commit
9cd792c070
@ -93,7 +93,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
||||
|
||||
// Status bar
|
||||
mStatusLabel=new StatusLabel(ui->statusBar);
|
||||
mStatusLabel->setText("<font color='#ff0000'>Terminated</font>");
|
||||
mStatusLabel->setText("Ready");
|
||||
ui->statusBar->addWidget(mStatusLabel);
|
||||
mLastLogLabel=new StatusLabel();
|
||||
ui->statusBar->addPermanentWidget(mLastLogLabel, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user