diff options
-rw-r--r-- | gui/main-window.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 1f0b18af..94034bd6 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -336,8 +336,6 @@ void MainWindow::refresh_config_list() return; } - set_title(); - QString current = group::ini_filename(); { @@ -358,6 +356,7 @@ void MainWindow::refresh_config_list() ui.iconcomboProfile->setCurrentText(current); } + set_title(); warn_on_config_not_writable(); } @@ -521,9 +520,6 @@ void MainWindow::set_title(const QString& game_title_) void MainWindow::showHeadPose() { - if (!ui.video_frame->isEnabled()) - return; - double mapped[6], raw[6]; work->tracker->get_raw_and_mapped_poses(mapped, raw); |