Update settings.yaml -> settings.toml

This commit is contained in:
Oliver Hamlet
2018-02-06 22:40:22 +00:00
committed by GitHub
parent 29ab4e8f14
commit 1f08f4e4c1
@@ -53,8 +53,8 @@ title: How To Report Issues Helpfully
<p>If LOOT is crashing on startup, or you can't get to its settings dialog for some other reason, its settings file can be manually edited to enable debug logging.</p>
<ol>
<li>Open <code>%LOCALAPPDATA%\LOOT\settings.yaml</code> in a text editor, eg. Notepad.</li>
<li>Replace the text <code>enableDebugLogging: false</code> with <code>enableDebugLogging: true</code>.</li>
<li>Open <code>%LOCALAPPDATA%\LOOT\settings.toml</code> in a text editor, eg. Notepad.</li>
<li>Replace the text <code>enableDebugLogging = false</code> with <code>enableDebugLogging = true</code>.</li>
<li>Save the file.</li>
</ol>