diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/downloadfromdcthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index d073bd9cf..7f4d78036 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -96,7 +96,7 @@ static void fill_supported_mobile_list() mobileProductList["Scubapro"] = QStringList({{"G2"}}); mobileProductList["Shearwater"] = - QStringList({{"Perdix AI"}}); + QStringList({{"Perdix"}, {"Perdix AI"}}); mobileProductList["Suunto"] = QStringList({{"EON Steel"}}); |