mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Only prompt to reload shader debug infomation for local replays
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user