mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/qml: remove empty line
Remove empty line that does not make sense. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
8ff19b6d54
commit
adedfe5965
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ Kirigami.ScrollablePage {
|
||||||
onApply: {
|
onApply: {
|
||||||
if (selectedExport === ExportType.EX_DIVELOGS_DE) {
|
if (selectedExport === ExportType.EX_DIVELOGS_DE) {
|
||||||
if (fieldUserID.text !== PrefCloudStorage.divelogde_user) {
|
if (fieldUserID.text !== PrefCloudStorage.divelogde_user) {
|
||||||
|
|
||||||
PrefCloudStorage.divelogde_user = fieldUserID.text
|
PrefCloudStorage.divelogde_user = fieldUserID.text
|
||||||
}
|
}
|
||||||
if (fieldPassword.text !== PrefCloudStorage.divelogde_pass)
|
if (fieldPassword.text !== PrefCloudStorage.divelogde_pass)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue