mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-20 04:05:13 -04:00
UI: Make Stats a regular window rather than dialog
This commit is contained in:
@@ -5526,7 +5526,6 @@ void OBSBasic::on_stats_triggered()
|
||||
|
||||
OBSBasicStats *statsDlg;
|
||||
statsDlg = new OBSBasicStats(nullptr);
|
||||
statsDlg->setModal(false);
|
||||
statsDlg->show();
|
||||
stats = statsDlg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user