From 1f08f4e4c12352098d23040576dffbe881aed1fe Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 6 Feb 2018 22:40:22 +0000 Subject: [PATCH] Update settings.yaml -> settings.toml --- docs/help/How-To-Report-Issues-Helpfully.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/How-To-Report-Issues-Helpfully.html b/docs/help/How-To-Report-Issues-Helpfully.html index 83ccf3b..c10618a 100644 --- a/docs/help/How-To-Report-Issues-Helpfully.html +++ b/docs/help/How-To-Report-Issues-Helpfully.html @@ -53,8 +53,8 @@ title: How To Report Issues Helpfully

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.

    -
  1. Open %LOCALAPPDATA%\LOOT\settings.yaml in a text editor, eg. Notepad.
  2. -
  3. Replace the text enableDebugLogging: false with enableDebugLogging: true.
  4. +
  5. Open %LOCALAPPDATA%\LOOT\settings.toml in a text editor, eg. Notepad.
  6. +
  7. Replace the text enableDebugLogging = false with enableDebugLogging = true.
  8. Save the file.