From 3529ea9fc01e7e5615177d556f5a37ffc7c3e690 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 30 Aug 2019 08:39:25 +1000 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index 87fba8b..d8407b6 100644 --- a/FAQs.md +++ b/FAQs.md @@ -10,7 +10,7 @@ Tuhi doesn't delete files, it just renames them to `.deleted`. The fil In `$XDG_DATA_HOME/tuhi`, usually `$HOME/.local/share/tuhi` or when running from the **flatpak** it's `$HOME/.var/app/org.freedesktop.Tuhi`. See the [[Log Files]] page for more info. -## Why does Tuhi delete drawings from the device +## Why does Tuhi delete drawings from the device? This is a design feature of the hardware. The tablets only have two commands to manage drawings: "download the oldest drawing" and "delete the oldest drawing". At which point the second-oldest drawing becomes the oldest drawing and we can download that one now. If we do not delete files, we would only be able to access the oldest file, never any others.