mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
downloader: filter possible devices and add mounts, remember last choices
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
8934d9744a
commit
df9a52d857
2 changed files with 83 additions and 61 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue