mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Mobile/settings: clear all of qPrefDiveComputer.vendor
To prevent stale data in the download DC path we need to clear the entire qPrefDiveComputer.vendor() object when the user purges the used DCs. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
3b8f36ff13
commit
2d3777ce87
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ Kirigami.ScrollablePage {
|
|||
PrefDiveComputer.vendor2 = ""
|
||||
PrefDiveComputer.vendor3 = ""
|
||||
PrefDiveComputer.vendor4 = ""
|
||||
PrefDiveComputer.vendor = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue