Only prompt to reload shader debug infomation for local replays

This commit is contained in:
Jake Turner
2026-02-10 11:03:38 +00:00
parent a1b8ed58db
commit 0cf4706333
@@ -694,7 +694,7 @@ void SettingsDialog::on_chooseSearchPaths_clicked()
RENDERDOC_SaveConfigSettings();
if(m_Ctx.IsCaptureLoaded())
if(m_Ctx.IsCaptureLoaded() && !m_Ctx.Replay().CurrentRemote().IsConnected())
{
QMessageBox::StandardButton ask = RDDialog::question(
this, tr("Shader Search Paths Saved"),