openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Is it possible to remove entries from the history list of recent locations? #165

Closed StentMan closed 4 months ago

StentMan commented 4 months ago

I'm asking about the list that pops-up when you click on the icon that looks like a clock in the add torrent screen or the Move... (F6) options when right-clicking a torrent.

If not, please consider this as a feature request.

Edit: Should've added I'm using version 1.1.0 on Windows 10.

qu1ck commented 4 months ago

There is no way to do it from the app yet.

You can edit the config file manually in the meantime, it's in %APPDATA%\trguing.json

StentMan commented 4 months ago

Thank you. btw, why not place it in a folder of its own, something like %APPDATA%\TrguiNG\trguing.json?

qu1ck commented 4 months ago

Mainly because it's not necessary, that is the only file the app needs to store. If there ever is a need to store more I'll migrate it to a subdirectory.