mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Update settings.yaml -> settings.toml
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user