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.