Merge pull request #13953 from TryTwo/add_osd_tab

Qt Settings: Transfer OSD settings to a new OSD pane.
This commit is contained in:
JMC47
2025-10-15 16:35:26 -04:00
committed by GitHub
19 changed files with 351 additions and 191 deletions

View File

@@ -256,11 +256,7 @@ void OnScreenUI::DrawImGui()
// Create On-Screen-Messages
void OnScreenUI::DrawDebugText()
{
const bool show_movie_window =
Config::Get(Config::MAIN_SHOW_FRAME_COUNT) || Config::Get(Config::MAIN_SHOW_LAG) ||
Config::Get(Config::MAIN_MOVIE_SHOW_INPUT_DISPLAY) ||
Config::Get(Config::MAIN_MOVIE_SHOW_RTC) || Config::Get(Config::MAIN_MOVIE_SHOW_RERECORD);
if (show_movie_window)
if (Config::Get(Config::MAIN_MOVIE_SHOW_OSD))
{
// Position under the FPS display.
ImGui::SetNextWindowPos(