File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -519,6 +519,10 @@ void WindowOverlayProperties::UpdatePageMainCatPosition()
519519 // Also disable Gaze Fade if it's on
520520 ConfigManager::SetValue (configid_bool_overlay_gazefade_enabled, false );
521521 IPCManager::Get ().PostConfigMessageToDashboardApp (configid_bool_overlay_gazefade_enabled, false );
522+
523+ // ...and reset display mode to Always. It technically works in that the overlay stops updating but that's not helpful if the theater screen is showing
524+ ConfigManager::SetValue (configid_int_overlay_display_mode, ovrl_dispmode_always);
525+ IPCManager::Get ().PostConfigMessageToDashboardApp (configid_int_overlay_display_mode, ovrl_dispmode_always);
522526 }
523527
524528 IPCManager::Get ().PostConfigMessageToDashboardApp (configid_int_overlay_origin, mode_origin);
You can’t perform that action at this time.
0 commit comments