downloader: filter possible devices and add mounts, remember last choices

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2020-11-28 14:33:20 +01:00 committed by Dirk Hohndel
parent 8934d9744a
commit df9a52d857
2 changed files with 83 additions and 61 deletions

View file

@ -270,7 +270,7 @@ void parse_argument(const char *arg)
}
if (strncmp(arg, "--list-dc", sizeof("--list-dc") - 1) == 0) {
show_computer_list();
return;
exit(0);
}
#elif SUBSURFACE_MOBILE_DESKTOP
if (strncmp(arg, "--testqml=", sizeof("--testqml=") - 1) == 0) {