mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Tweak error since no config is saved (and in-memory one is preserved)
This commit is contained in:
@@ -141,7 +141,7 @@ namespace renderdocui.Code
|
||||
catch (System.IO.IOException ex)
|
||||
{
|
||||
// Can't recover, but let user know that we couldn't save their settings.
|
||||
MessageBox.Show(String.Format("Error saving config file: {1}\n{0}\nA default config is loaded and will be saved out.", file, ex.Message));
|
||||
MessageBox.Show(String.Format("Error saving config file: {1}\n{0}", file, ex.Message));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user