tg icon indicating copy to clipboard operation
tg copied to clipboard

conf.py not honoring settings

Open polemon opened this issue 2 years ago • 2 comments

I've set the following in my conf.py:

import os
[...]
DOWNLOAD_DIR = os.path.expanduser("~/Desktop/")

After restarting the client, I can't see the files being downloaded anywhere. I can still view them after they download, etc. but they don't appear on my desktop or anywhere to whatever I set the setting to.

Am I doing something wrong?

polemon avatar Apr 27 '22 11:04 polemon

I have the same problem the files are saved in ~/.cache/tg/files/.

Yehoward avatar Feb 21 '23 17:02 Yehoward

To save file to your chosen path you need to use O.

(shift + o not... zero)

Yehoward avatar Feb 26 '23 11:02 Yehoward