Implements issue #257
The "Ask to save each file before downloading" is now saved in localStorage to persist after the session is ended.
And what if the user wants to take their selection back? Currently this can be done via refresh and I think we should implement an replacement for this. Maybe a bottom bar which displays "Auto download is currently enabled" with the action "disable" next to it?
This is the same problem with dark mode options: at first it selects 'auto', but if you choose a preference, you can't change it back.
What do you think of this @RobinLinus? should we wait for an implementation of a 'reset' button or not? It closes #269 and #257
This is the same problem with dark mode options: at first it selects 'auto', but if you choose a preference, you can't change it back.
The only difference is that the automatic download of files in a public wifi network can be a big security risk, while the darkmode is "just an optical gimmick".
Ok, I added an icon to indicate if the auto-download is on/off
I could not test if receiving a file is working because I don't know how to do it.
I found a way to test it (open two different windows) and it works well
@RobinLinus Can you please merge this?
@kokroo this branch has conflicts that needed to be solved.
@victorwads I rebased the changes
@victorwads I rebased the changes
@RobinLinus @victorwads How about now?