UI: Make Stats a regular window rather than dialog

This commit is contained in:
jp9000
2017-05-15 15:02:56 -07:00
parent 47221e52cf
commit 3470776843
3 changed files with 7 additions and 6 deletions

View File

@@ -5526,7 +5526,6 @@ void OBSBasic::on_stats_triggered()
OBSBasicStats *statsDlg;
statsDlg = new OBSBasicStats(nullptr);
statsDlg->setModal(false);
statsDlg->show();
stats = statsDlg;
}