From 8474f39252e320227facc5664f2b8dfe589375d4 Mon Sep 17 00:00:00 2001 From: A_D Date: Sat, 19 Jun 2021 23:13:18 +0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index df80818..9090eed 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -925,7 +925,7 @@ You'll see a very long cooldown period if your system's time of day changes whil - Double-check your system's Date and Time settings. - Windows: Run the RegEdit program and locate and delete the key `HKEY_CURRENT_USER\Software\Marginal\EDMarketConnector\querytime`. - Mac: Copy and paste the following into a Terminal app window: `defaults write uk.org.marginal.edmarketconnector querytime -int 0` and press Enter. -- Linux: Edit $XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0` +- Linux: Edit `$XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0` - Re-start the app. ---