From 51189c80542a6041b64bf068c681b1f80085d4fb Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 7 May 2021 18:46:32 +0430 Subject: [PATCH] Created General Troubleshooting (markdown) --- General-Troubleshooting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 General-Troubleshooting.md diff --git a/General-Troubleshooting.md b/General-Troubleshooting.md new file mode 100644 index 0000000..e672d8f --- /dev/null +++ b/General-Troubleshooting.md @@ -0,0 +1,12 @@ +## General Troubleshooting +If the app breaks, make sure that it's not running(right click on tray icon and quit or kill it through the way your Operating System provides), delete [the data directory]() and re-run the app (**This procedure will delete all your data!**) and if the problem persists open an issue or ask for help on discord. + + +# The Data Directory +On Mac OS X : `/Users//Library/Application Support/Tachidesk` + +On Windows XP : `C:\Documents and Settings\\Application Data\Local Settings\Tachidesk` + +On Windows 7 and later : `C:\Users\\AppData\Local\Tachidesk` + +On Unix/Linux : `/home//.local/share/Tachidesk` \ No newline at end of file