Skip to content

Commit

Permalink
removed tool bar from mainwindow, since is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
random-guy committed Jan 27, 2018
1 parent e06ea73 commit a010ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ MainWindow::MainWindow(QWidget *parent) :
this->ignoreAnyChangesToProject.SetCondition();
ui->setupUi(this);

// We aren't using this yet, so close it
ui->mainToolBar->close();

// show request types icons or not?
ui->actionShow_Request_Types_Icons->setChecked(this->currentSettings.showRequestTypesIcons);

Expand Down

0 comments on commit a010ba2

Please sign in to comment.